Html Css Color HEX #A57ECE Cold Purple

📋 copy color: '#A57ECE'

red 165 ◦ green 126 ◦ blue 206

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

Shades of Cold Purple #A57ECE

Tints of Cold Purple #A57ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.35%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 33.2%
G = 25.35%
B = 41.45%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A57ECE (or 0xA57ECE) is known color: Cold Purple. HEX triplet: A5, 7E and CE. RGB value is (165,126,206). Sum of RGB (Red+Green+Blue) = 165+126+206=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #A57ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECE is #5A8131. Grayscale: #929292. Windows color (decimal): -5931314 or 13532837. OLE color: 13532837.

HSL color Cylindrical-coordinate representation of color #A57ECE: hue angle of 269.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57ECE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 126 206 -
CMYK 0.20 0.39 0 0.19
HSL 269.25º 0.45% 0.65% -
HSV(B) 269.25º 0.39% 0.81% -
XYZ 34.12 27.38 61.88 -
YUV 146.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 165 126 206 0.20 0.39 0 0.19 269.25 0.45 0.65
Hex A5 7E CE 14 27 0 13 10D 2D 41
Octal 245 176 316 24 47 0 23 415 55 101
Binary 10100101 1111110 11001110 10100 100111 0 10011 100001101 101101 1000001

Color Harmonies of #A57ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ECE

Black with #A57ECE

Text Example


Text Example

White with #A57ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ECE; }

 p { color: rgb(165,126,206); }

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

background-color css

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

 a { background-color: rgb(165,126,206); }

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

border-color css

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

 span { border-color: rgb(165,126,206); }

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