Html Css Color HEX #A58DCB Cold Purple

📋 copy color: '#A58DCB'

red 165 ◦ green 141 ◦ blue 203

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

Shades of Cold Purple #A58DCB

Tints of Cold Purple #A58DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 32.42%
G = 27.7%
B = 39.88%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A58DCB (or 0xA58DCB) is known color: Cold Purple. HEX triplet: A5, 8D and CB. RGB value is (165,141,203). Sum of RGB (Red+Green+Blue) = 165+141+203=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCB is #5A7234. Grayscale: #9B9B9B. Windows color (decimal): -5927477 or 13340069. OLE color: 13340069.

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

Color convert

RGB 165 141 203 -
CMYK 0.19 0.31 0 0.20
HSL 263.23º 0.37% 0.67% -
HSV(B) 263.23º 0.31% 0.8% -
XYZ 35.82 31.36 60.67 -
YUV 155.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 165 141 203 0.19 0.31 0 0.20 263.23 0.37 0.67
Hex A5 8D CB 13 1F 0 14 107 25 43
Octal 245 215 313 23 37 0 24 407 45 103
Binary 10100101 10001101 11001011 10011 11111 0 10100 100000111 100101 1000011

Color Harmonies of #A58DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DCB

Black with #A58DCB

Text Example


Text Example

White with #A58DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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