Html Css Color HEX #A57FCC Cold Purple

📋 copy color: '#A57FCC'

red 165 ◦ green 127 ◦ blue 204

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

Shades of Cold Purple #A57FCC

Tints of Cold Purple #A57FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 33.27%
G = 25.6%
B = 41.13%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A57FCC (or 0xA57FCC) is known color: Cold Purple. HEX triplet: A5, 7F and CC. RGB value is (165,127,204). Sum of RGB (Red+Green+Blue) = 165+127+204=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A57FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FCC is #5A8033. Grayscale: #929292. Windows color (decimal): -5931060 or 13402021. OLE color: 13402021.

HSL color Cylindrical-coordinate representation of color #A57FCC: hue angle of 269.61º 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 #A57FCC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 127 204 -
CMYK 0.19 0.38 0 0.2
HSL 269.61º 0.43% 0.65% -
HSV(B) 269.61º 0.38% 0.8% -
XYZ 34.01 27.54 60.65 -
YUV 147.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 165 127 204 0.19 0.38 0 0.2 269.61 0.43 0.65
Hex A5 7F CC 13 26 0 14 10E 2B 41
Octal 245 177 314 23 46 0 24 416 53 101
Binary 10100101 1111111 11001100 10011 100110 0 10100 100001110 101011 1000001

Color Harmonies of #A57FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FCC

Black with #A57FCC

Text Example


Text Example

White with #A57FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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