Html Css Color HEX #A489CA Cold Purple

📋 copy color: '#A489CA'

red 164 ◦ green 137 ◦ blue 202

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

Shades of Cold Purple #A489CA

Tints of Cold Purple #A489CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.24%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 32.6%
G = 27.24%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A489CA (or 0xA489CA) is known color: Cold Purple. HEX triplet: A4, 89 and CA. RGB value is (164,137,202). Sum of RGB (Red+Green+Blue) = 164+137+202=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A489CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489CA is #5B7635. Grayscale: #989898. Windows color (decimal): -5994038 or 13273508. OLE color: 13273508.

HSL color Cylindrical-coordinate representation of color #A489CA: hue angle of 264.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A489CA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 137 202 -
CMYK 0.19 0.32 0 0.21
HSL 264.92º 0.38% 0.66% -
HSV(B) 264.92º 0.32% 0.79% -
XYZ 34.92 30.05 59.84 -
YUV 152.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 164 137 202 0.19 0.32 0 0.21 264.92 0.38 0.66
Hex A4 89 CA 13 20 0 15 109 26 42
Octal 244 211 312 23 40 0 25 411 46 102
Binary 10100100 10001001 11001010 10011 100000 0 10101 100001001 100110 1000010

Color Harmonies of #A489CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489CA

Black with #A489CA

Text Example


Text Example

White with #A489CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489CA; }

 p { color: rgb(164,137,202); }

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

background-color css

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

 a { background-color: rgb(164,137,202); }

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

border-color css

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

 span { border-color: rgb(164,137,202); }

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