Html Css Color HEX #A585D0 Cold Purple

📋 copy color: '#A585D0'

red 165 ◦ green 133 ◦ blue 208

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

Shades of Cold Purple #A585D0

Tints of Cold Purple #A585D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 32.61%
G = 26.28%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A585D0 (or 0xA585D0) is known color: Cold Purple. HEX triplet: A5, 85 and D0. RGB value is (165,133,208). Sum of RGB (Red+Green+Blue) = 165+133+208=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A585D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585D0 is #5A7A2F. Grayscale: #969696. Windows color (decimal): -5929520 or 13665701. OLE color: 13665701.

HSL color Cylindrical-coordinate representation of color #A585D0: hue angle of 265.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A585D0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 133 208 -
CMYK 0.21 0.36 0 0.18
HSL 265.6º 0.44% 0.67% -
HSV(B) 265.6º 0.36% 0.82% -
XYZ 35.29 29.33 63.48 -
YUV 151.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 165 133 208 0.21 0.36 0 0.18 265.6 0.44 0.67
Hex A5 85 D0 15 24 0 12 10A 2C 43
Octal 245 205 320 25 44 0 22 412 54 103
Binary 10100101 10000101 11010000 10101 100100 0 10010 100001010 101100 1000011

Color Harmonies of #A585D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585D0

Black with #A585D0

Text Example


Text Example

White with #A585D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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