Html Css Color HEX #A57FCA Cold Purple

📋 copy color: '#A57FCA'

red 165 ◦ green 127 ◦ blue 202

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

Shades of Cold Purple #A57FCA

Tints of Cold Purple #A57FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 33.4%
G = 25.71%
B = 40.89%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A57FCA (or 0xA57FCA) is known color: Cold Purple. HEX triplet: A5, 7F and CA. RGB value is (165,127,202). Sum of RGB (Red+Green+Blue) = 165+127+202=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A57FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FCA is #5A8035. Grayscale: #929292. Windows color (decimal): -5931062 or 13270949. OLE color: 13270949.

HSL color Cylindrical-coordinate representation of color #A57FCA: hue angle of 270.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A57FCA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 127 202 -
CMYK 0.18 0.37 0 0.21
HSL 270.4º 0.41% 0.65% -
HSV(B) 270.4º 0.37% 0.79% -
XYZ 33.77 27.44 59.39 -
YUV 146.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 165 127 202 0.18 0.37 0 0.21 270.4 0.41 0.65
Hex A5 7F CA 12 25 0 15 10E 29 41
Octal 245 177 312 22 45 0 25 416 51 101
Binary 10100101 1111111 11001010 10010 100101 0 10101 100001110 101001 1000001

Color Harmonies of #A57FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FCA

Black with #A57FCA

Text Example


Text Example

White with #A57FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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