Html Css Color HEX #A084C9 Cold Purple

📋 copy color: '#A084C9'

red 160 ◦ green 132 ◦ blue 201

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

Shades of Cold Purple #A084C9

Tints of Cold Purple #A084C9

RGB

 RED value IS 160 (62.89% from 255) = 32.45%

 GREEN value IS 132 (51.95% from 255) = 26.77%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 32.45%
G = 26.77%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A084C9 (or 0xA084C9) is known color: Cold Purple. HEX triplet: A0, 84 and C9. RGB value is (160,132,201). Sum of RGB (Red+Green+Blue) = 160+132+201=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #A084C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084C9 is #5F7B36. Grayscale: #939393. Windows color (decimal): -6257463 or 13206688. OLE color: 13206688.

HSL color Cylindrical-coordinate representation of color #A084C9: hue angle of 264.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A084C9 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 132 201 -
CMYK 0.20 0.34 0 0.21
HSL 264.35º 0.39% 0.65% -
HSV(B) 264.35º 0.34% 0.79% -
XYZ 33.29 28.19 58.95 -
YUV 148.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 160 132 201 0.20 0.34 0 0.21 264.35 0.39 0.65
Hex A0 84 C9 14 22 0 15 108 27 41
Octal 240 204 311 24 42 0 25 410 47 101
Binary 10100000 10000100 11001001 10100 100010 0 10101 100001000 100111 1000001

Color Harmonies of #A084C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084C9

Black with #A084C9

Text Example


Text Example

White with #A084C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084C9; }

 p { color: rgb(160,132,201); }

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

background-color css

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

 a { background-color: rgb(160,132,201); }

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

border-color css

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

 span { border-color: rgb(160,132,201); }

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