Html Css Color HEX #A58EBF Cold Purple

📋 copy color: '#A58EBF'

red 165 ◦ green 142 ◦ blue 191

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

Shades of Cold Purple #A58EBF

Tints of Cold Purple #A58EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 33.13%
G = 28.51%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58EBF (or 0xA58EBF) is known color: Cold Purple. HEX triplet: A5, 8E and BF. RGB value is (165,142,191). Sum of RGB (Red+Green+Blue) = 165+142+191=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A58EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EBF is #5A7140. Grayscale: #9A9A9A. Windows color (decimal): -5927233 or 12553893. OLE color: 12553893.

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

Color convert

RGB 165 142 191 -
CMYK 0.14 0.26 0 0.25
HSL 268.16º 0.28% 0.65% -
HSV(B) 268.16º 0.26% 0.75% -
XYZ 34.59 31.11 53.47 -
YUV 154.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 165 142 191 0.14 0.26 0 0.25 268.16 0.28 0.65
Hex A5 8E BF E 1A 0 19 10C 1C 41
Octal 245 216 277 16 32 0 31 414 34 101
Binary 10100101 10001110 10111111 1110 11010 0 11001 100001100 11100 1000001

Color Harmonies of #A58EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EBF

Black with #A58EBF

Text Example


Text Example

White with #A58EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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