Html Css Color HEX #A69CCC Wistful

📋 copy color: '#A69CCC'

red 166 ◦ green 156 ◦ blue 204

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

Shades of Wistful #A69CCC

Tints of Wistful #A69CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.66%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 31.56%
G = 29.66%
B = 38.78%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A69CCC (or 0xA69CCC) is known color: Wistful. HEX triplet: A6, 9C and CC. RGB value is (166,156,204). Sum of RGB (Red+Green+Blue) = 166+156+204=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A69CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CCC is #596333. Grayscale: #A4A4A4. Windows color (decimal): -5858100 or 13409446. OLE color: 13409446.

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

Color convert

RGB 166 156 204 -
CMYK 0.19 0.24 0 0.2
HSL 252.5º 0.32% 0.71% -
HSV(B) 252.5º 0.24% 0.8% -
XYZ 38.51 36.24 62.09 -
YUV 164.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 166 156 204 0.19 0.24 0 0.2 252.5 0.32 0.71
Hex A6 9C CC 13 18 0 14 FD 20 47
Octal 246 234 314 23 30 0 24 375 40 107
Binary 10100110 10011100 11001100 10011 11000 0 10100 11111101 100000 1000111

Color Harmonies of #A69CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CCC

Black with #A69CCC

Text Example


Text Example

White with #A69CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CCC; }

 p { color: rgb(166,156,204); }

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

background-color css

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

 a { background-color: rgb(166,156,204); }

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

border-color css

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

 span { border-color: rgb(166,156,204); }

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