Html Css Color HEX #A082CD Cold Purple

📋 copy color: '#A082CD'

red 160 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #A082CD

Tints of Cold Purple #A082CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 32.32%
G = 26.26%
B = 41.41%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A082CD (or 0xA082CD) is known color: Cold Purple. HEX triplet: A0, 82 and CD. RGB value is (160,130,205). Sum of RGB (Red+Green+Blue) = 160+130+205=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A082CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082CD is #5F7D32. Grayscale: #939393. Windows color (decimal): -6257971 or 13468320. OLE color: 13468320.

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

Color convert

RGB 160 130 205 -
CMYK 0.22 0.37 0 0.20
HSL 264º 0.43% 0.66% -
HSV(B) 264º 0.37% 0.8% -
XYZ 33.5 27.85 61.37 -
YUV 147.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 160 130 205 0.22 0.37 0 0.20 264 0.43 0.66
Hex A0 82 CD 16 25 0 14 108 2B 42
Octal 240 202 315 26 45 0 24 410 53 102
Binary 10100000 10000010 11001101 10110 100101 0 10100 100001000 101011 1000010

Color Harmonies of #A082CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082CD

Black with #A082CD

Text Example


Text Example

White with #A082CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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