Html Css Color HEX #A082C6 Cold Purple

📋 copy color: '#A082C6'

red 160 ◦ green 130 ◦ blue 198

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

Shades of Cold Purple #A082C6

Tints of Cold Purple #A082C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 32.79%
G = 26.64%
B = 40.57%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A082C6 (or 0xA082C6) is known color: Cold Purple. HEX triplet: A0, 82 and C6. RGB value is (160,130,198). Sum of RGB (Red+Green+Blue) = 160+130+198=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #A082C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082C6 is #5F7D39. Grayscale: #929292. Windows color (decimal): -6257978 or 13009568. OLE color: 13009568.

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

Color convert

RGB 160 130 198 -
CMYK 0.19 0.34 0 0.22
HSL 266.47º 0.37% 0.64% -
HSV(B) 266.47º 0.34% 0.78% -
XYZ 32.67 27.52 57.02 -
YUV 146.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 160 130 198 0.19 0.34 0 0.22 266.47 0.37 0.64
Hex A0 82 C6 13 22 0 16 10A 25 40
Octal 240 202 306 23 42 0 26 412 45 100
Binary 10100000 10000010 11000110 10011 100010 0 10110 100001010 100101 1000000

Color Harmonies of #A082C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082C6

Black with #A082C6

Text Example


Text Example

White with #A082C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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