Html Css Color HEX #A69ACB Wistful

📋 copy color: '#A69ACB'

red 166 ◦ green 154 ◦ blue 203

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

Shades of Wistful #A69ACB

Tints of Wistful #A69ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 31.74%
G = 29.45%
B = 38.81%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A69ACB (or 0xA69ACB) is known color: Wistful. HEX triplet: A6, 9A and CB. RGB value is (166,154,203). Sum of RGB (Red+Green+Blue) = 166+154+203=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACB is #596534. Grayscale: #A2A2A2. Windows color (decimal): -5858613 or 13343398. OLE color: 13343398.

HSL color Cylindrical-coordinate representation of color #A69ACB: hue angle of 254.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69ACB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 154 203 -
CMYK 0.18 0.24 0 0.20
HSL 254.69º 0.32% 0.7% -
HSV(B) 254.69º 0.24% 0.8% -
XYZ 38.06 35.53 61.35 -
YUV 163.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 166 154 203 0.18 0.24 0 0.20 254.69 0.32 0.7
Hex A6 9A CB 12 18 0 14 FF 20 46
Octal 246 232 313 22 30 0 24 377 40 106
Binary 10100110 10011010 11001011 10010 11000 0 10100 11111111 100000 1000110

Color Harmonies of #A69ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ACB

Black with #A69ACB

Text Example


Text Example

White with #A69ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ACB; }

 p { color: rgb(166,154,203); }

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

background-color css

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

 a { background-color: rgb(166,154,203); }

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

border-color css

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

 span { border-color: rgb(166,154,203); }

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