Html Css Color HEX #A57FCD Cold Purple

📋 copy color: '#A57FCD'

red 165 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A57FCD

Tints of Cold Purple #A57FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

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

R = 33.2%
G = 25.55%
B = 41.25%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A57FCD (or 0xA57FCD) is known color: Cold Purple. HEX triplet: A5, 7F and CD. RGB value is (165,127,205). Sum of RGB (Red+Green+Blue) = 165+127+205=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FCD is #5A8032. Grayscale: #929292. Windows color (decimal): -5931059 or 13467557. OLE color: 13467557.

HSL color Cylindrical-coordinate representation of color #A57FCD: hue angle of 269.23º degrees, saturation: 0.44, 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 #A57FCD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 127 205 -
CMYK 0.20 0.38 0 0.20
HSL 269.23º 0.44% 0.65% -
HSV(B) 269.23º 0.38% 0.8% -
XYZ 34.13 27.59 61.28 -
YUV 147.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 165 127 205 0.20 0.38 0 0.20 269.23 0.44 0.65
Hex A5 7F CD 14 26 0 14 10D 2C 41
Octal 245 177 315 24 46 0 24 415 54 101
Binary 10100101 1111111 11001101 10100 100110 0 10100 100001101 101100 1000001

Color Harmonies of #A57FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FCD

Black with #A57FCD

Text Example


Text Example

White with #A57FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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