Html Css Color HEX #A57ECD Cold Purple

📋 copy color: '#A57ECD'

red 165 ◦ green 126 ◦ blue 205

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

Shades of Cold Purple #A57ECD

Tints of Cold Purple #A57ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 33.27%
G = 25.4%
B = 41.33%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A57ECD (or 0xA57ECD) is known color: Cold Purple. HEX triplet: A5, 7E and CD. RGB value is (165,126,205). Sum of RGB (Red+Green+Blue) = 165+126+205=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECD is #5A8132. Grayscale: #929292. Windows color (decimal): -5931315 or 13467301. OLE color: 13467301.

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

Color convert

RGB 165 126 205 -
CMYK 0.20 0.39 0 0.20
HSL 269.62º 0.44% 0.65% -
HSV(B) 269.62º 0.39% 0.8% -
XYZ 34 27.33 61.24 -
YUV 146.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 165 126 205 0.20 0.39 0 0.20 269.62 0.44 0.65
Hex A5 7E CD 14 27 0 14 10E 2C 41
Octal 245 176 315 24 47 0 24 416 54 101
Binary 10100101 1111110 11001101 10100 100111 0 10100 100001110 101100 1000001

Color Harmonies of #A57ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57ECD

Black with #A57ECD

Text Example


Text Example

White with #A57ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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