Html Css Color HEX #A69ACD Wistful

📋 copy color: '#A69ACD'

red 166 ◦ green 154 ◦ blue 205

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

Shades of Wistful #A69ACD

Tints of Wistful #A69ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 31.62%
G = 29.33%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A69ACD (or 0xA69ACD) is known color: Wistful. HEX triplet: A6, 9A and CD. RGB value is (166,154,205). Sum of RGB (Red+Green+Blue) = 166+154+205=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A69ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACD is #596532. Grayscale: #A3A3A3. Windows color (decimal): -5858611 or 13474470. OLE color: 13474470.

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

Color convert

RGB 166 154 205 -
CMYK 0.19 0.25 0 0.20
HSL 254.12º 0.34% 0.7% -
HSV(B) 254.12º 0.25% 0.8% -
XYZ 38.3 35.63 62.62 -
YUV 163.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 166 154 205 0.19 0.25 0 0.20 254.12 0.34 0.7
Hex A6 9A CD 13 19 0 14 FE 22 46
Octal 246 232 315 23 31 0 24 376 42 106
Binary 10100110 10011010 11001101 10011 11001 0 10100 11111110 100010 1000110

Color Harmonies of #A69ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ACD

Black with #A69ACD

Text Example


Text Example

White with #A69ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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