Html Css Color HEX #A19AAB Cold Purple

📋 copy color: '#A19AAB'

red 161 ◦ green 154 ◦ blue 171

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

Shades of Cold Purple #A19AAB

Tints of Cold Purple #A19AAB

RGB

 RED value IS 161 (63.28% from 255) = 33.13%

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

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 33.13%
G = 31.69%
B = 35.19%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A19AAB (or 0xA19AAB) is known color: Cold Purple. HEX triplet: A1, 9A and AB. RGB value is (161,154,171). Sum of RGB (Red+Green+Blue) = 161+154+171=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A19AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAB is #5E6554. Grayscale: #9D9D9D. Windows color (decimal): -6186325 or 11246241. OLE color: 11246241.

HSL color Cylindrical-coordinate representation of color #A19AAB: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19AAB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 154 171 -
CMYK 0.06 0.10 0 0.33
HSL 264.71º 0.09% 0.64% -
HSV(B) 264.71º 0.1% 0.67% -
XYZ 33.6 33.63 43.25 -
YUV 158.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 161 154 171 0.06 0.10 0 0.33 264.71 0.09 0.64
Hex A1 9A AB 6 A 0 21 109 9 40
Octal 241 232 253 6 12 0 41 411 11 100
Binary 10100001 10011010 10101011 110 1010 0 100001 100001001 1001 1000000

Color Harmonies of #A19AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AAB

Black with #A19AAB

Text Example


Text Example

White with #A19AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AAB; }

 p { color: rgb(161,154,171); }

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

background-color css

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

 a { background-color: rgb(161,154,171); }

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

border-color css

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

 span { border-color: rgb(161,154,171); }

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