Html Css Color HEX #A584CB Cold Purple

📋 copy color: '#A584CB'

red 165 ◦ green 132 ◦ blue 203

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

Shades of Cold Purple #A584CB

Tints of Cold Purple #A584CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 33%
G = 26.4%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A584CB (or 0xA584CB) is known color: Cold Purple. HEX triplet: A5, 84 and CB. RGB value is (165,132,203). Sum of RGB (Red+Green+Blue) = 165+132+203=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A584CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CB is #5A7B34. Grayscale: #959595. Windows color (decimal): -5929781 or 13337765. OLE color: 13337765.

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

Color convert

RGB 165 132 203 -
CMYK 0.19 0.35 0 0.20
HSL 267.89º 0.41% 0.66% -
HSV(B) 267.89º 0.35% 0.8% -
XYZ 34.55 28.81 60.24 -
YUV 149.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 165 132 203 0.19 0.35 0 0.20 267.89 0.41 0.66
Hex A5 84 CB 13 23 0 14 10C 29 42
Octal 245 204 313 23 43 0 24 414 51 102
Binary 10100101 10000100 11001011 10011 100011 0 10100 100001100 101001 1000010

Color Harmonies of #A584CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584CB

Black with #A584CB

Text Example


Text Example

White with #A584CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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