Html Css Color HEX #A082BD Cold Purple

📋 copy color: '#A082BD'

red 160 ◦ green 130 ◦ blue 189

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

Shades of Cold Purple #A082BD

Tints of Cold Purple #A082BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 33.4%
G = 27.14%
B = 39.46%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A082BD (or 0xA082BD) is known color: Cold Purple. HEX triplet: A0, 82 and BD. RGB value is (160,130,189). Sum of RGB (Red+Green+Blue) = 160+130+189=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A082BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082BD is #5F7D42. Grayscale: #919191. Windows color (decimal): -6257987 or 12419744. OLE color: 12419744.

HSL color Cylindrical-coordinate representation of color #A082BD: hue angle of 270.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A082BD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 130 189 -
CMYK 0.15 0.31 0 0.26
HSL 270.51º 0.31% 0.63% -
HSV(B) 270.51º 0.31% 0.74% -
XYZ 31.67 27.11 51.71 -
YUV 145.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 160 130 189 0.15 0.31 0 0.26 270.51 0.31 0.63
Hex A0 82 BD F 1F 0 1A 10F 1F 3F
Octal 240 202 275 17 37 0 32 417 37 77
Binary 10100000 10000010 10111101 1111 11111 0 11010 100001111 11111 111111

Color Harmonies of #A082BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082BD

Black with #A082BD

Text Example


Text Example

White with #A082BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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