Html Css Color HEX #A084CA Cold Purple

📋 copy color: '#A084CA'

red 160 ◦ green 132 ◦ blue 202

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

Shades of Cold Purple #A084CA

Tints of Cold Purple #A084CA

RGB

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

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

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

R = 32.39%
G = 26.72%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A084CA (or 0xA084CA) is known color: Cold Purple. HEX triplet: A0, 84 and CA. RGB value is (160,132,202). Sum of RGB (Red+Green+Blue) = 160+132+202=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A084CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084CA is #5F7B35. Grayscale: #949494. Windows color (decimal): -6257462 or 13272224. OLE color: 13272224.

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

Color convert

RGB 160 132 202 -
CMYK 0.21 0.35 0 0.21
HSL 264º 0.4% 0.65% -
HSV(B) 264º 0.35% 0.79% -
XYZ 33.41 28.24 59.57 -
YUV 148.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 160 132 202 0.21 0.35 0 0.21 264 0.4 0.65
Hex A0 84 CA 15 23 0 15 108 28 41
Octal 240 204 312 25 43 0 25 410 50 101
Binary 10100000 10000100 11001010 10101 100011 0 10101 100001000 101000 1000001

Color Harmonies of #A084CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084CA

Black with #A084CA

Text Example


Text Example

White with #A084CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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