Html Css Color HEX #A489CC Cold Purple

📋 copy color: '#A489CC'

red 164 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #A489CC

Tints of Cold Purple #A489CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 32.48%
G = 27.13%
B = 40.4%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A489CC (or 0xA489CC) is known color: Cold Purple. HEX triplet: A4, 89 and CC. RGB value is (164,137,204). Sum of RGB (Red+Green+Blue) = 164+137+204=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A489CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489CC is #5B7633. Grayscale: #989898. Windows color (decimal): -5994036 or 13404580. OLE color: 13404580.

HSL color Cylindrical-coordinate representation of color #A489CC: hue angle of 264.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A489CC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 137 204 -
CMYK 0.20 0.33 0 0.2
HSL 264.18º 0.4% 0.67% -
HSV(B) 264.18º 0.33% 0.8% -
XYZ 35.15 30.14 61.09 -
YUV 152.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 164 137 204 0.20 0.33 0 0.2 264.18 0.4 0.67
Hex A4 89 CC 14 21 0 14 108 28 43
Octal 244 211 314 24 41 0 24 410 50 103
Binary 10100100 10001001 11001100 10100 100001 0 10100 100001000 101000 1000011

Color Harmonies of #A489CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489CC

Black with #A489CC

Text Example


Text Example

White with #A489CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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