Html Css Color HEX #A58ECA Cold Purple

📋 copy color: '#A58ECA'

red 165 ◦ green 142 ◦ blue 202

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

Shades of Cold Purple #A58ECA

Tints of Cold Purple #A58ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 32.42%
G = 27.9%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A58ECA (or 0xA58ECA) is known color: Cold Purple. HEX triplet: A5, 8E and CA. RGB value is (165,142,202). Sum of RGB (Red+Green+Blue) = 165+142+202=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A58ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ECA is #5A7135. Grayscale: #9B9B9B. Windows color (decimal): -5927222 or 13274789. OLE color: 13274789.

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

Color convert

RGB 165 142 202 -
CMYK 0.18 0.30 0 0.21
HSL 263º 0.36% 0.67% -
HSV(B) 263º 0.3% 0.79% -
XYZ 35.85 31.61 60.09 -
YUV 155.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 165 142 202 0.18 0.30 0 0.21 263 0.36 0.67
Hex A5 8E CA 12 1E 0 15 107 24 43
Octal 245 216 312 22 36 0 25 407 44 103
Binary 10100101 10001110 11001010 10010 11110 0 10101 100000111 100100 1000011

Color Harmonies of #A58ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ECA

Black with #A58ECA

Text Example


Text Example

White with #A58ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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