Html Css Color HEX #A584CE Cold Purple

📋 copy color: '#A584CE'

red 165 ◦ green 132 ◦ blue 206

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

Shades of Cold Purple #A584CE

Tints of Cold Purple #A584CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.24%

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 32.8%
G = 26.24%
B = 40.95%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A584CE (or 0xA584CE) is known color: Cold Purple. HEX triplet: A5, 84 and CE. RGB value is (165,132,206). Sum of RGB (Red+Green+Blue) = 165+132+206=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A584CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CE is #5A7B31. Grayscale: #969696. Windows color (decimal): -5929778 or 13534373. OLE color: 13534373.

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

Color convert

RGB 165 132 206 -
CMYK 0.20 0.36 0 0.19
HSL 266.76º 0.43% 0.66% -
HSV(B) 266.76º 0.36% 0.81% -
XYZ 34.91 28.96 62.14 -
YUV 150.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 165 132 206 0.20 0.36 0 0.19 266.76 0.43 0.66
Hex A5 84 CE 14 24 0 13 10B 2B 42
Octal 245 204 316 24 44 0 23 413 53 102
Binary 10100101 10000100 11001110 10100 100100 0 10011 100001011 101011 1000010

Color Harmonies of #A584CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584CE

Black with #A584CE

Text Example


Text Example

White with #A584CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584CE; }

 p { color: rgb(165,132,206); }

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

background-color css

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

 a { background-color: rgb(165,132,206); }

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

border-color css

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

 span { border-color: rgb(165,132,206); }

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