Html Css Color HEX #A582CF Cold Purple

📋 copy color: '#A582CF'

red 165 ◦ green 130 ◦ blue 207

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

Shades of Cold Purple #A582CF

Tints of Cold Purple #A582CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 32.87%
G = 25.9%
B = 41.24%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A582CF (or 0xA582CF) is known color: Cold Purple. HEX triplet: A5, 82 and CF. RGB value is (165,130,207). Sum of RGB (Red+Green+Blue) = 165+130+207=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A582CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CF is #5A7D30. Grayscale: #949494. Windows color (decimal): -5930289 or 13599397. OLE color: 13599397.

HSL color Cylindrical-coordinate representation of color #A582CF: hue angle of 267.27º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A582CF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 130 207 -
CMYK 0.20 0.37 0 0.19
HSL 267.27º 0.45% 0.66% -
HSV(B) 267.27º 0.37% 0.81% -
XYZ 34.76 28.47 62.69 -
YUV 149.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 165 130 207 0.20 0.37 0 0.19 267.27 0.45 0.66
Hex A5 82 CF 14 25 0 13 10B 2D 42
Octal 245 202 317 24 45 0 23 413 55 102
Binary 10100101 10000010 11001111 10100 100101 0 10011 100001011 101101 1000010

Color Harmonies of #A582CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582CF

Black with #A582CF

Text Example


Text Example

White with #A582CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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