Html Css Color HEX #A19AAD Cold Purple

📋 copy color: '#A19AAD'

red 161 ◦ green 154 ◦ blue 173

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

Shades of Cold Purple #A19AAD

Tints of Cold Purple #A19AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 32.99%
G = 31.56%
B = 35.45%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A19AAD (or 0xA19AAD) is known color: Cold Purple. HEX triplet: A1, 9A and AD. RGB value is (161,154,173). Sum of RGB (Red+Green+Blue) = 161+154+173=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A19AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAD is #5E6552. Grayscale: #9E9E9E. Windows color (decimal): -6186323 or 11377313. OLE color: 11377313.

HSL color Cylindrical-coordinate representation of color #A19AAD: hue angle of 262.11º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19AAD is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 154 173 -
CMYK 0.07 0.11 0 0.32
HSL 262.11º 0.1% 0.64% -
HSV(B) 262.11º 0.11% 0.68% -
XYZ 33.8 33.71 44.26 -
YUV 158.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 161 154 173 0.07 0.11 0 0.32 262.11 0.1 0.64
Hex A1 9A AD 7 B 0 20 106 A 40
Octal 241 232 255 7 13 0 40 406 12 100
Binary 10100001 10011010 10101101 111 1011 0 100000 100000110 1010 1000000

Color Harmonies of #A19AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AAD

Black with #A19AAD

Text Example


Text Example

White with #A19AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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