Html Css Color HEX #A58EBE Cold Purple

📋 copy color: '#A58EBE'

red 165 ◦ green 142 ◦ blue 190

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

Shades of Cold Purple #A58EBE

Tints of Cold Purple #A58EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.57%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 33.2%
G = 28.57%
B = 38.23%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58EBE (or 0xA58EBE) is known color: Cold Purple. HEX triplet: A5, 8E and BE. RGB value is (165,142,190). Sum of RGB (Red+Green+Blue) = 165+142+190=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A58EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EBE is #5A7141. Grayscale: #9A9A9A. Windows color (decimal): -5927234 or 12488357. OLE color: 12488357.

HSL color Cylindrical-coordinate representation of color #A58EBE: hue angle of 268.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58EBE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 142 190 -
CMYK 0.13 0.25 0 0.25
HSL 268.75º 0.27% 0.65% -
HSV(B) 268.75º 0.25% 0.75% -
XYZ 34.48 31.06 52.89 -
YUV 154.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 165 142 190 0.13 0.25 0 0.25 268.75 0.27 0.65
Hex A5 8E BE D 19 0 19 10D 1B 41
Octal 245 216 276 15 31 0 31 415 33 101
Binary 10100101 10001110 10111110 1101 11001 0 11001 100001101 11011 1000001

Color Harmonies of #A58EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EBE

Black with #A58EBE

Text Example


Text Example

White with #A58EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EBE; }

 p { color: rgb(165,142,190); }

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

background-color css

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

 a { background-color: rgb(165,142,190); }

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

border-color css

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

 span { border-color: rgb(165,142,190); }

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