Html Css Color HEX #A585CD Cold Purple

📋 copy color: '#A585CD'

red 165 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #A585CD

Tints of Cold Purple #A585CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 32.8%
G = 26.44%
B = 40.76%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A585CD (or 0xA585CD) is known color: Cold Purple. HEX triplet: A5, 85 and CD. RGB value is (165,133,205). Sum of RGB (Red+Green+Blue) = 165+133+205=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A585CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585CD is #5A7A32. Grayscale: #969696. Windows color (decimal): -5929523 or 13469093. OLE color: 13469093.

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

Color convert

RGB 165 133 205 -
CMYK 0.20 0.35 0 0.20
HSL 266.67º 0.42% 0.66% -
HSV(B) 266.67º 0.35% 0.8% -
XYZ 34.92 29.18 61.55 -
YUV 150.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 165 133 205 0.20 0.35 0 0.20 266.67 0.42 0.66
Hex A5 85 CD 14 23 0 14 10B 2A 42
Octal 245 205 315 24 43 0 24 413 52 102
Binary 10100101 10000101 11001101 10100 100011 0 10100 100001011 101010 1000010

Color Harmonies of #A585CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585CD

Black with #A585CD

Text Example


Text Example

White with #A585CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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