Html Css Color HEX #A082D3 Cold Purple

📋 copy color: '#A082D3'

red 160 ◦ green 130 ◦ blue 211

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

Shades of Cold Purple #A082D3

Tints of Cold Purple #A082D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 31.94%
G = 25.95%
B = 42.12%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A082D3 (or 0xA082D3) is known color: Cold Purple. HEX triplet: A0, 82 and D3. RGB value is (160,130,211). Sum of RGB (Red+Green+Blue) = 160+130+211=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #A082D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082D3 is #5F7D2C. Grayscale: #939393. Windows color (decimal): -6257965 or 13861536. OLE color: 13861536.

HSL color Cylindrical-coordinate representation of color #A082D3: hue angle of 262.22º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A082D3 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 130 211 -
CMYK 0.24 0.38 0 0.17
HSL 262.22º 0.48% 0.67% -
HSV(B) 262.22º 0.38% 0.83% -
XYZ 34.24 28.14 65.26 -
YUV 148.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 160 130 211 0.24 0.38 0 0.17 262.22 0.48 0.67
Hex A0 82 D3 18 26 0 11 106 30 43
Octal 240 202 323 30 46 0 21 406 60 103
Binary 10100000 10000010 11010011 11000 100110 0 10001 100000110 110000 1000011

Color Harmonies of #A082D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082D3

Black with #A082D3

Text Example


Text Example

White with #A082D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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