Html Css Color HEX #A082CC Cold Purple

📋 copy color: '#A082CC'

red 160 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #A082CC

Tints of Cold Purple #A082CC

RGB

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

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

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

R = 32.39%
G = 26.32%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A082CC (or 0xA082CC) is known color: Cold Purple. HEX triplet: A0, 82 and CC. RGB value is (160,130,204). Sum of RGB (Red+Green+Blue) = 160+130+204=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A082CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082CC is #5F7D33. Grayscale: #939393. Windows color (decimal): -6257972 or 13402784. OLE color: 13402784.

HSL color Cylindrical-coordinate representation of color #A082CC: hue angle of 264.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A082CC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 130 204 -
CMYK 0.22 0.36 0 0.2
HSL 264.32º 0.42% 0.65% -
HSV(B) 264.32º 0.36% 0.8% -
XYZ 33.38 27.8 60.73 -
YUV 147.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 160 130 204 0.22 0.36 0 0.2 264.32 0.42 0.65
Hex A0 82 CC 16 24 0 14 108 2A 41
Octal 240 202 314 26 44 0 24 410 52 101
Binary 10100000 10000010 11001100 10110 100100 0 10100 100001000 101010 1000001

Color Harmonies of #A082CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082CC

Black with #A082CC

Text Example


Text Example

White with #A082CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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