Html Css Color HEX #A584CC Cold Purple

📋 copy color: '#A584CC'

red 165 ◦ green 132 ◦ blue 204

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

Shades of Cold Purple #A584CC

Tints of Cold Purple #A584CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 32.93%
G = 26.35%
B = 40.72%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A584CC (or 0xA584CC) is known color: Cold Purple. HEX triplet: A5, 84 and CC. RGB value is (165,132,204). Sum of RGB (Red+Green+Blue) = 165+132+204=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A584CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CC is #5A7B33. Grayscale: #959595. Windows color (decimal): -5929780 or 13403301. OLE color: 13403301.

HSL color Cylindrical-coordinate representation of color #A584CC: hue angle of 267.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A584CC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 132 204 -
CMYK 0.19 0.35 0 0.2
HSL 267.5º 0.41% 0.66% -
HSV(B) 267.5º 0.35% 0.8% -
XYZ 34.67 28.86 60.87 -
YUV 150.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 165 132 204 0.19 0.35 0 0.2 267.5 0.41 0.66
Hex A5 84 CC 13 23 0 14 10C 29 42
Octal 245 204 314 23 43 0 24 414 51 102
Binary 10100101 10000100 11001100 10011 100011 0 10100 100001100 101001 1000010

Color Harmonies of #A584CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584CC

Black with #A584CC

Text Example


Text Example

White with #A584CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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