Html Css Color HEX #A69ABA Cold Purple

📋 copy color: '#A69ABA'

red 166 ◦ green 154 ◦ blue 186

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

Shades of Cold Purple #A69ABA

Tints of Cold Purple #A69ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 32.81%
G = 30.43%
B = 36.76%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A69ABA (or 0xA69ABA) is known color: Cold Purple. HEX triplet: A6, 9A and BA. RGB value is (166,154,186). Sum of RGB (Red+Green+Blue) = 166+154+186=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #A69ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ABA is #596545. Grayscale: #A1A1A1. Windows color (decimal): -5858630 or 12229286. OLE color: 12229286.

HSL color Cylindrical-coordinate representation of color #A69ABA: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69ABA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 154 186 -
CMYK 0.11 0.17 0 0.27
HSL 262.5º 0.19% 0.67% -
HSV(B) 262.5º 0.17% 0.73% -
XYZ 36.14 34.76 51.26 -
YUV 161.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 166 154 186 0.11 0.17 0 0.27 262.5 0.19 0.67
Hex A6 9A BA B 11 0 1B 106 13 43
Octal 246 232 272 13 21 0 33 406 23 103
Binary 10100110 10011010 10111010 1011 10001 0 11011 100000110 10011 1000011

Color Harmonies of #A69ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ABA

Black with #A69ABA

Text Example


Text Example

White with #A69ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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