Html Css Color HEX #A585CB Cold Purple

📋 copy color: '#A585CB'

red 165 ◦ green 133 ◦ blue 203

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

Shades of Cold Purple #A585CB

Tints of Cold Purple #A585CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 32.93%
G = 26.55%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A585CB (or 0xA585CB) is known color: Cold Purple. HEX triplet: A5, 85 and CB. RGB value is (165,133,203). Sum of RGB (Red+Green+Blue) = 165+133+203=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A585CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585CB is #5A7A34. Grayscale: #969696. Windows color (decimal): -5929525 or 13338021. OLE color: 13338021.

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

Color convert

RGB 165 133 203 -
CMYK 0.19 0.34 0 0.20
HSL 267.43º 0.4% 0.66% -
HSV(B) 267.43º 0.34% 0.8% -
XYZ 34.68 29.09 60.29 -
YUV 150.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 165 133 203 0.19 0.34 0 0.20 267.43 0.4 0.66
Hex A5 85 CB 13 22 0 14 10B 28 42
Octal 245 205 313 23 42 0 24 413 50 102
Binary 10100101 10000101 11001011 10011 100010 0 10100 100001011 101000 1000010

Color Harmonies of #A585CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585CB

Black with #A585CB

Text Example


Text Example

White with #A585CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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