Html Css Color HEX #A69ABE Cold Purple

📋 copy color: '#A69ABE'

red 166 ◦ green 154 ◦ blue 190

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

Shades of Cold Purple #A69ABE

Tints of Cold Purple #A69ABE

RGB

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

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

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

R = 32.55%
G = 30.2%
B = 37.25%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69ABE (or 0xA69ABE) is known color: Cold Purple. HEX triplet: A6, 9A and BE. RGB value is (166,154,190). Sum of RGB (Red+Green+Blue) = 166+154+190=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABE is #596541. Grayscale: #A1A1A1. Windows color (decimal): -5858626 or 12491430. OLE color: 12491430.

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

Color convert

RGB 166 154 190 -
CMYK 0.13 0.19 0 0.25
HSL 260º 0.22% 0.67% -
HSV(B) 260º 0.19% 0.75% -
XYZ 36.58 34.94 53.53 -
YUV 161.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 166 154 190 0.13 0.19 0 0.25 260 0.22 0.67
Hex A6 9A BE D 13 0 19 104 16 43
Octal 246 232 276 15 23 0 31 404 26 103
Binary 10100110 10011010 10111110 1101 10011 0 11001 100000100 10110 1000011

Color Harmonies of #A69ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ABE

Black with #A69ABE

Text Example


Text Example

White with #A69ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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