Html Css Color HEX #A69CDC Wistful

📋 copy color: '#A69CDC'

red 166 ◦ green 156 ◦ blue 220

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

Shades of Wistful #A69CDC

Tints of Wistful #A69CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 30.63%
G = 28.78%
B = 40.59%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A69CDC (or 0xA69CDC) is known color: Wistful. HEX triplet: A6, 9C and DC. RGB value is (166,156,220). Sum of RGB (Red+Green+Blue) = 166+156+220=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A69CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CDC is #596323. Grayscale: #A6A6A6. Windows color (decimal): -5858084 or 14458022. OLE color: 14458022.

HSL color Cylindrical-coordinate representation of color #A69CDC: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69CDC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 156 220 -
CMYK 0.25 0.29 0 0.14
HSL 249.38º 0.48% 0.74% -
HSV(B) 249.38º 0.29% 0.86% -
XYZ 40.53 37.05 72.73 -
YUV 166.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 166 156 220 0.25 0.29 0 0.14 249.38 0.48 0.74
Hex A6 9C DC 19 1D 0 E F9 30 4A
Octal 246 234 334 31 35 0 16 371 60 112
Binary 10100110 10011100 11011100 11001 11101 0 1110 11111001 110000 1001010

Color Harmonies of #A69CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CDC

Black with #A69CDC

Text Example


Text Example

White with #A69CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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