Html Css Color HEX #A69CC8 Wistful

📋 copy color: '#A69CC8'

red 166 ◦ green 156 ◦ blue 200

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

Shades of Wistful #A69CC8

Tints of Wistful #A69CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.31%

R = 31.8%
G = 29.89%
B = 38.31%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A69CC8 (or 0xA69CC8) is known color: Wistful. HEX triplet: A6, 9C and C8. RGB value is (166,156,200). Sum of RGB (Red+Green+Blue) = 166+156+200=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #A69CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CC8 is #596337. Grayscale: #A3A3A3. Windows color (decimal): -5858104 or 13147302. OLE color: 13147302.

HSL color Cylindrical-coordinate representation of color #A69CC8: hue angle of 253.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69CC8 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 156 200 -
CMYK 0.17 0.22 0 0.22
HSL 253.64º 0.29% 0.7% -
HSV(B) 253.64º 0.22% 0.78% -
XYZ 38.04 36.05 59.6 -
YUV 164.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 166 156 200 0.17 0.22 0 0.22 253.64 0.29 0.7
Hex A6 9C C8 11 16 0 16 FE 1D 46
Octal 246 234 310 21 26 0 26 376 35 106
Binary 10100110 10011100 11001000 10001 10110 0 10110 11111110 11101 1000110

Color Harmonies of #A69CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CC8

Black with #A69CC8

Text Example


Text Example

White with #A69CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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