Html Css Color HEX #A57FCF Cold Purple

📋 copy color: '#A57FCF'

red 165 ◦ green 127 ◦ blue 207

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

Shades of Cold Purple #A57FCF

Tints of Cold Purple #A57FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 33.07%
G = 25.45%
B = 41.48%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A57FCF (or 0xA57FCF) is known color: Cold Purple. HEX triplet: A5, 7F and CF. RGB value is (165,127,207). Sum of RGB (Red+Green+Blue) = 165+127+207=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A57FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FCF is #5A8030. Grayscale: #939393. Windows color (decimal): -5931057 or 13598629. OLE color: 13598629.

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

Color convert

RGB 165 127 207 -
CMYK 0.20 0.39 0 0.19
HSL 268.5º 0.45% 0.65% -
HSV(B) 268.5º 0.39% 0.81% -
XYZ 34.37 27.68 62.56 -
YUV 147.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 165 127 207 0.20 0.39 0 0.19 268.5 0.45 0.65
Hex A5 7F CF 14 27 0 13 10C 2D 41
Octal 245 177 317 24 47 0 23 414 55 101
Binary 10100101 1111111 11001111 10100 100111 0 10011 100001100 101101 1000001

Color Harmonies of #A57FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57FCF

Black with #A57FCF

Text Example


Text Example

White with #A57FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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