Html Css Color HEX #A582D0 Cold Purple

📋 copy color: '#A582D0'

red 165 ◦ green 130 ◦ blue 208

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

Shades of Cold Purple #A582D0

Tints of Cold Purple #A582D0

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 32.8%
G = 25.84%
B = 41.35%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A582D0 (or 0xA582D0) is known color: Cold Purple. HEX triplet: A5, 82 and D0. RGB value is (165,130,208). Sum of RGB (Red+Green+Blue) = 165+130+208=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A582D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582D0 is #5A7D2F. Grayscale: #959595. Windows color (decimal): -5930288 or 13664933. OLE color: 13664933.

HSL color Cylindrical-coordinate representation of color #A582D0: hue angle of 266.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A582D0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 130 208 -
CMYK 0.21 0.38 0 0.18
HSL 266.92º 0.45% 0.66% -
HSV(B) 266.92º 0.38% 0.82% -
XYZ 34.88 28.52 63.34 -
YUV 149.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 165 130 208 0.21 0.38 0 0.18 266.92 0.45 0.66
Hex A5 82 D0 15 26 0 12 10B 2D 42
Octal 245 202 320 25 46 0 22 413 55 102
Binary 10100101 10000010 11010000 10101 100110 0 10010 100001011 101101 1000010

Color Harmonies of #A582D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582D0

Black with #A582D0

Text Example


Text Example

White with #A582D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582D0; }

 p { color: rgb(165,130,208); }

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

background-color css

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

 a { background-color: rgb(165,130,208); }

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

border-color css

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

 span { border-color: rgb(165,130,208); }

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