Html Css Color HEX #A69DB2 Cold Purple

📋 copy color: '#A69DB2'

red 166 ◦ green 157 ◦ blue 178

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

Shades of Cold Purple #A69DB2

Tints of Cold Purple #A69DB2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 33.13%
G = 31.34%
B = 35.53%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A69DB2 (or 0xA69DB2) is known color: Cold Purple. HEX triplet: A6, 9D and B2. RGB value is (166,157,178). Sum of RGB (Red+Green+Blue) = 166+157+178=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DB2 is #59624D. Grayscale: #A2A2A2. Windows color (decimal): -5857870 or 11705766. OLE color: 11705766.

HSL color Cylindrical-coordinate representation of color #A69DB2: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69DB2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 157 178 -
CMYK 0.07 0.12 0 0.30
HSL 265.71º 0.12% 0.66% -
HSV(B) 265.71º 0.12% 0.7% -
XYZ 35.82 35.44 47.07 -
YUV 162.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 166 157 178 0.07 0.12 0 0.30 265.71 0.12 0.66
Hex A6 9D B2 7 C 0 1E 10A C 42
Octal 246 235 262 7 14 0 36 412 14 102
Binary 10100110 10011101 10110010 111 1100 0 11110 100001010 1100 1000010

Color Harmonies of #A69DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DB2

Black with #A69DB2

Text Example


Text Example

White with #A69DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DB2; }

 p { color: rgb(166,157,178); }

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

background-color css

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

 a { background-color: rgb(166,157,178); }

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

border-color css

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

 span { border-color: rgb(166,157,178); }

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