Html Css Color HEX #A69CBD Cold Purple

📋 copy color: '#A69CBD'

red 166 ◦ green 156 ◦ blue 189

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

Shades of Cold Purple #A69CBD

Tints of Cold Purple #A69CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 32.49%
G = 30.53%
B = 36.99%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A69CBD (or 0xA69CBD) is known color: Cold Purple. HEX triplet: A6, 9C and BD. RGB value is (166,156,189). Sum of RGB (Red+Green+Blue) = 166+156+189=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A69CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CBD is #596342. Grayscale: #A2A2A2. Windows color (decimal): -5858115 or 12426406. OLE color: 12426406.

HSL color Cylindrical-coordinate representation of color #A69CBD: hue angle of 258.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69CBD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 156 189 -
CMYK 0.12 0.17 0 0.26
HSL 258.18º 0.2% 0.68% -
HSV(B) 258.18º 0.17% 0.74% -
XYZ 36.8 35.56 53.07 -
YUV 162.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 166 156 189 0.12 0.17 0 0.26 258.18 0.2 0.68
Hex A6 9C BD C 11 0 1A 102 14 44
Octal 246 234 275 14 21 0 32 402 24 104
Binary 10100110 10011100 10111101 1100 10001 0 11010 100000010 10100 1000100

Color Harmonies of #A69CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CBD

Black with #A69CBD

Text Example


Text Example

White with #A69CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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