Html Css Color HEX #A69BE0 Wistful

📋 copy color: '#A69BE0'

red 166 ◦ green 155 ◦ blue 224

#A69BE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A69BE0

Tints of Wistful #A69BE0

RGB

 RED value IS 166 (65.23% from 255) = 30.46%

 GREEN value IS 155 (60.94% from 255) = 28.44%

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 30.46%
G = 28.44%
B = 41.1%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A69BE0 (or 0xA69BE0) is known color: Wistful. HEX triplet: A6, 9B and E0. RGB value is (166,155,224). Sum of RGB (Red+Green+Blue) = 166+155+224=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A69BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BE0 is #59641F. Grayscale: #A5A5A5. Windows color (decimal): -5858336 or 14719910. OLE color: 14719910.

HSL color Cylindrical-coordinate representation of color #A69BE0: hue angle of 249.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69BE0 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 155 224 -
CMYK 0.26 0.31 0 0.12
HSL 249.57º 0.53% 0.74% -
HSV(B) 249.57º 0.31% 0.88% -
XYZ 40.9 36.93 75.49 -
YUV 166.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 166 155 224 0.26 0.31 0 0.12 249.57 0.53 0.74
Hex A6 9B E0 1A 1F 0 C FA 35 4A
Octal 246 233 340 32 37 0 14 372 65 112
Binary 10100110 10011011 11100000 11010 11111 0 1100 11111010 110101 1001010

Color Harmonies of #A69BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BE0

Black with #A69BE0

Text Example


Text Example

White with #A69BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BE0; }

 p { color: rgb(166,155,224); }

 H1.HeaderClassName
 {
   color: #A69BE0;
 }
 .AnyTagClassName
 {
   color: #A69BE0;
 }
</style>

background-color css

<style>
 a { background-color: #A69BE0; }

 a { background-color: rgb(166,155,224); }

 div.DivClassName
 {
   background-color: #A69BE0;
 }
 .BgClassName
 {
   background-color: #A69BE0;
 }
</style>

border-color css

<style>
 span { border-color: #A69BE0; }

 span { border-color: rgb(166,155,224); }

 td.TdClassName
 {
   border-color: #A69BE0;
 }
 .TagClassName
 {
   border-color: #A69BE0;
 }
</style>