Html Css Color HEX #A49ABC Cold Purple

📋 copy color: '#A49ABC'

red 164 ◦ green 154 ◦ blue 188

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

Shades of Cold Purple #A49ABC

Tints of Cold Purple #A49ABC

RGB

 RED value IS 164 (64.45% from 255) = 32.41%

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 32.41%
G = 30.43%
B = 37.15%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A49ABC (or 0xA49ABC) is known color: Cold Purple. HEX triplet: A4, 9A and BC. RGB value is (164,154,188). Sum of RGB (Red+Green+Blue) = 164+154+188=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A49ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ABC is #5B6543. Grayscale: #A0A0A0. Windows color (decimal): -5989700 or 12360356. OLE color: 12360356.

HSL color Cylindrical-coordinate representation of color #A49ABC: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49ABC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 154 188 -
CMYK 0.13 0.18 0 0.26
HSL 257.65º 0.2% 0.67% -
HSV(B) 257.65º 0.18% 0.74% -
XYZ 35.94 34.63 52.37 -
YUV 160.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 164 154 188 0.13 0.18 0 0.26 257.65 0.2 0.67
Hex A4 9A BC D 12 0 1A 102 14 43
Octal 244 232 274 15 22 0 32 402 24 103
Binary 10100100 10011010 10111100 1101 10010 0 11010 100000010 10100 1000011

Color Harmonies of #A49ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49ABC

Black with #A49ABC

Text Example


Text Example

White with #A49ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49ABC; }

 p { color: rgb(164,154,188); }

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

background-color css

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

 a { background-color: rgb(164,154,188); }

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

border-color css

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

 span { border-color: rgb(164,154,188); }

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