Html Css Color HEX #A69CBE Cold Purple

📋 copy color: '#A69CBE'

red 166 ◦ green 156 ◦ blue 190

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

Shades of Cold Purple #A69CBE

Tints of Cold Purple #A69CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 32.42%
G = 30.47%
B = 37.11%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69CBE (or 0xA69CBE) is known color: Cold Purple. HEX triplet: A6, 9C and BE. RGB value is (166,156,190). Sum of RGB (Red+Green+Blue) = 166+156+190=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CBE is #596341. Grayscale: #A2A2A2. Windows color (decimal): -5858114 or 12491942. OLE color: 12491942.

HSL color Cylindrical-coordinate representation of color #A69CBE: hue angle of 257.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69CBE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 156 190 -
CMYK 0.13 0.18 0 0.25
HSL 257.65º 0.21% 0.68% -
HSV(B) 257.65º 0.18% 0.75% -
XYZ 36.91 35.6 53.64 -
YUV 162.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 166 156 190 0.13 0.18 0 0.25 257.65 0.21 0.68
Hex A6 9C BE D 12 0 19 102 15 44
Octal 246 234 276 15 22 0 31 402 25 104
Binary 10100110 10011100 10111110 1101 10010 0 11001 100000010 10101 1000100

Color Harmonies of #A69CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CBE

Black with #A69CBE

Text Example


Text Example

White with #A69CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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