Html Css Color HEX #A58BCD Cold Purple

📋 copy color: '#A58BCD'

red 165 ◦ green 139 ◦ blue 205

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

Shades of Cold Purple #A58BCD

Tints of Cold Purple #A58BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 32.42%
G = 27.31%
B = 40.28%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A58BCD (or 0xA58BCD) is known color: Cold Purple. HEX triplet: A5, 8B and CD. RGB value is (165,139,205). Sum of RGB (Red+Green+Blue) = 165+139+205=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCD is #5A7432. Grayscale: #9A9A9A. Windows color (decimal): -5927987 or 13470629. OLE color: 13470629.

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

Color convert

RGB 165 139 205 -
CMYK 0.20 0.32 0 0.20
HSL 263.64º 0.4% 0.67% -
HSV(B) 263.64º 0.32% 0.8% -
XYZ 35.77 30.87 61.83 -
YUV 154.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 165 139 205 0.20 0.32 0 0.20 263.64 0.4 0.67
Hex A5 8B CD 14 20 0 14 108 28 43
Octal 245 213 315 24 40 0 24 410 50 103
Binary 10100101 10001011 11001101 10100 100000 0 10100 100001000 101000 1000011

Color Harmonies of #A58BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BCD

Black with #A58BCD

Text Example


Text Example

White with #A58BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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