Html Css Color HEX #A084CE Cold Purple

📋 copy color: '#A084CE'

red 160 ◦ green 132 ◦ blue 206

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

Shades of Cold Purple #A084CE

Tints of Cold Purple #A084CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 32.13%
G = 26.51%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A084CE (or 0xA084CE) is known color: Cold Purple. HEX triplet: A0, 84 and CE. RGB value is (160,132,206). Sum of RGB (Red+Green+Blue) = 160+132+206=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A084CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084CE is #5F7B31. Grayscale: #949494. Windows color (decimal): -6257458 or 13534368. OLE color: 13534368.

HSL color Cylindrical-coordinate representation of color #A084CE: hue angle of 262.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A084CE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 132 206 -
CMYK 0.22 0.36 0 0.19
HSL 262.7º 0.43% 0.66% -
HSV(B) 262.7º 0.36% 0.81% -
XYZ 33.89 28.43 62.09 -
YUV 148.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 160 132 206 0.22 0.36 0 0.19 262.7 0.43 0.66
Hex A0 84 CE 16 24 0 13 107 2B 42
Octal 240 204 316 26 44 0 23 407 53 102
Binary 10100000 10000100 11001110 10110 100100 0 10011 100000111 101011 1000010

Color Harmonies of #A084CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084CE

Black with #A084CE

Text Example


Text Example

White with #A084CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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