Html Css Color HEX #A69EEB Wistful

📋 copy color: '#A69EEB'

red 166 ◦ green 158 ◦ blue 235

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

Shades of Wistful #A69EEB

Tints of Wistful #A69EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.26%

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 29.7%
G = 28.26%
B = 42.04%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A69EEB (or 0xA69EEB) is known color: Wistful. HEX triplet: A6, 9E and EB. RGB value is (166,158,235). Sum of RGB (Red+Green+Blue) = 166+158+235=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #A69EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EEB is #596114. Grayscale: #A8A8A8. Windows color (decimal): -5857557 or 15441574. OLE color: 15441574.

HSL color Cylindrical-coordinate representation of color #A69EEB: hue angle of 246.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69EEB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 158 235 -
CMYK 0.29 0.33 0 0.08
HSL 246.23º 0.66% 0.77% -
HSV(B) 246.23º 0.33% 0.92% -
XYZ 42.95 38.56 83.78 -
YUV 169.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 166 158 235 0.29 0.33 0 0.08 246.23 0.66 0.77
Hex A6 9E EB 1D 21 0 8 F6 42 4D
Octal 246 236 353 35 41 0 10 366 102 115
Binary 10100110 10011110 11101011 11101 100001 0 1000 11110110 1000010 1001101

Color Harmonies of #A69EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EEB

Black with #A69EEB

Text Example


Text Example

White with #A69EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EEB; }

 p { color: rgb(166,158,235); }

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

background-color css

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

 a { background-color: rgb(166,158,235); }

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

border-color css

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

 span { border-color: rgb(166,158,235); }

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