Html Css Color HEX #A585CE Cold Purple

📋 copy color: '#A585CE'

red 165 ◦ green 133 ◦ blue 206

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

Shades of Cold Purple #A585CE

Tints of Cold Purple #A585CE

RGB

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

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

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

R = 32.74%
G = 26.39%
B = 40.87%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A585CE (or 0xA585CE) is known color: Cold Purple. HEX triplet: A5, 85 and CE. RGB value is (165,133,206). Sum of RGB (Red+Green+Blue) = 165+133+206=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A585CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585CE is #5A7A31. Grayscale: #969696. Windows color (decimal): -5929522 or 13534629. OLE color: 13534629.

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

Color convert

RGB 165 133 206 -
CMYK 0.20 0.35 0 0.19
HSL 266.3º 0.43% 0.66% -
HSV(B) 266.3º 0.35% 0.81% -
XYZ 35.05 29.23 62.19 -
YUV 150.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 165 133 206 0.20 0.35 0 0.19 266.3 0.43 0.66
Hex A5 85 CE 14 23 0 13 10A 2B 42
Octal 245 205 316 24 43 0 23 412 53 102
Binary 10100101 10000101 11001110 10100 100011 0 10011 100001010 101011 1000010

Color Harmonies of #A585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585CE

Black with #A585CE

Text Example


Text Example

White with #A585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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