Html Css Color HEX #A582CD Cold Purple

📋 copy color: '#A582CD'

red 165 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #A582CD

Tints of Cold Purple #A582CD

RGB

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

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

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

R = 33%
G = 26%
B = 41%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A582CD (or 0xA582CD) is known color: Cold Purple. HEX triplet: A5, 82 and CD. RGB value is (165,130,205). Sum of RGB (Red+Green+Blue) = 165+130+205=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A582CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CD is #5A7D32. Grayscale: #949494. Windows color (decimal): -5930291 or 13468325. OLE color: 13468325.

HSL color Cylindrical-coordinate representation of color #A582CD: hue angle of 268º 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 #A582CD is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 130 205 -
CMYK 0.20 0.37 0 0.20
HSL 268º 0.43% 0.66% -
HSV(B) 268º 0.37% 0.8% -
XYZ 34.52 28.37 61.41 -
YUV 149.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 165 130 205 0.20 0.37 0 0.20 268 0.43 0.66
Hex A5 82 CD 14 25 0 14 10C 2B 42
Octal 245 202 315 24 45 0 24 414 53 102
Binary 10100101 10000010 11001101 10100 100101 0 10100 100001100 101011 1000010

Color Harmonies of #A582CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582CD

Black with #A582CD

Text Example


Text Example

White with #A582CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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