Html Css Color HEX #A082CE Cold Purple

📋 copy color: '#A082CE'

red 160 ◦ green 130 ◦ blue 206

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

Shades of Cold Purple #A082CE

Tints of Cold Purple #A082CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 32.26%
G = 26.21%
B = 41.53%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A082CE (or 0xA082CE) is known color: Cold Purple. HEX triplet: A0, 82 and CE. RGB value is (160,130,206). Sum of RGB (Red+Green+Blue) = 160+130+206=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #A082CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082CE is #5F7D31. Grayscale: #939393. Windows color (decimal): -6257970 or 13533856. OLE color: 13533856.

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

Color convert

RGB 160 130 206 -
CMYK 0.22 0.37 0 0.19
HSL 263.68º 0.44% 0.66% -
HSV(B) 263.68º 0.37% 0.81% -
XYZ 33.62 27.9 62 -
YUV 147.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 160 130 206 0.22 0.37 0 0.19 263.68 0.44 0.66
Hex A0 82 CE 16 25 0 13 108 2C 42
Octal 240 202 316 26 45 0 23 410 54 102
Binary 10100000 10000010 11001110 10110 100101 0 10011 100001000 101100 1000010

Color Harmonies of #A082CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082CE

Black with #A082CE

Text Example


Text Example

White with #A082CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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