Html Css Color HEX #A69ABF Cold Purple

📋 copy color: '#A69ABF'

red 166 ◦ green 154 ◦ blue 191

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

Shades of Cold Purple #A69ABF

Tints of Cold Purple #A69ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 32.49%
G = 30.14%
B = 37.38%

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

#A69ABF (or 0xA69ABF) is known color: Cold Purple. HEX triplet: A6, 9A and BF. RGB value is (166,154,191). Sum of RGB (Red+Green+Blue) = 166+154+191=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABF is #596540. Grayscale: #A1A1A1. Windows color (decimal): -5858625 or 12556966. OLE color: 12556966.

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

Color convert

RGB 166 154 191 -
CMYK 0.13 0.19 0 0.25
HSL 259.46º 0.22% 0.68% -
HSV(B) 259.46º 0.19% 0.75% -
XYZ 36.69 34.98 54.11 -
YUV 161.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 166 154 191 0.13 0.19 0 0.25 259.46 0.22 0.68
Hex A6 9A BF D 13 0 19 103 16 44
Octal 246 232 277 15 23 0 31 403 26 104
Binary 10100110 10011010 10111111 1101 10011 0 11001 100000011 10110 1000100

Color Harmonies of #A69ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ABF

Black with #A69ABF

Text Example


Text Example

White with #A69ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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