Html Css Color HEX #A57ECB Cold Purple

📋 copy color: '#A57ECB'

red 165 ◦ green 126 ◦ blue 203

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

Shades of Cold Purple #A57ECB

Tints of Cold Purple #A57ECB

RGB

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

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

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

R = 33.4%
G = 25.51%
B = 41.09%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A57ECB (or 0xA57ECB) is known color: Cold Purple. HEX triplet: A5, 7E and CB. RGB value is (165,126,203). Sum of RGB (Red+Green+Blue) = 165+126+203=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #A57ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECB is #5A8134. Grayscale: #929292. Windows color (decimal): -5931317 or 13336229. OLE color: 13336229.

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

Color convert

RGB 165 126 203 -
CMYK 0.19 0.38 0 0.20
HSL 270.39º 0.43% 0.65% -
HSV(B) 270.39º 0.38% 0.8% -
XYZ 33.76 27.23 59.98 -
YUV 146.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 165 126 203 0.19 0.38 0 0.20 270.39 0.43 0.65
Hex A5 7E CB 13 26 0 14 10E 2B 41
Octal 245 176 313 23 46 0 24 416 53 101
Binary 10100101 1111110 11001011 10011 100110 0 10100 100001110 101011 1000001

Color Harmonies of #A57ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ECB

Black with #A57ECB

Text Example


Text Example

White with #A57ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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