Html Css Color HEX #A582D1 Cold Purple

📋 copy color: '#A582D1'

red 165 ◦ green 130 ◦ blue 209

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

Shades of Cold Purple #A582D1

Tints of Cold Purple #A582D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 32.74%
G = 25.79%
B = 41.47%

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

#A582D1 (or 0xA582D1) is known color: Cold Purple. HEX triplet: A5, 82 and D1. RGB value is (165,130,209). Sum of RGB (Red+Green+Blue) = 165+130+209=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #A582D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582D1 is #5A7D2E. Grayscale: #959595. Windows color (decimal): -5930287 or 13730469. OLE color: 13730469.

HSL color Cylindrical-coordinate representation of color #A582D1: hue angle of 266.58º degrees, saturation: 0.46, 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 #A582D1 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 130 209 -
CMYK 0.21 0.38 0 0.18
HSL 266.58º 0.46% 0.66% -
HSV(B) 266.58º 0.38% 0.82% -
XYZ 35.01 28.57 63.99 -
YUV 149.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 165 130 209 0.21 0.38 0 0.18 266.58 0.46 0.66
Hex A5 82 D1 15 26 0 12 10B 2E 42
Octal 245 202 321 25 46 0 22 413 56 102
Binary 10100101 10000010 11010001 10101 100110 0 10010 100001011 101110 1000010

Color Harmonies of #A582D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582D1

Black with #A582D1

Text Example


Text Example

White with #A582D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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