Html Css Color HEX #A57DCD Cold Purple

📋 copy color: '#A57DCD'

red 165 ◦ green 125 ◦ blue 205

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

Shades of Cold Purple #A57DCD

Tints of Cold Purple #A57DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

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

R = 33.33%
G = 25.25%
B = 41.41%

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

#A57DCD (or 0xA57DCD) is known color: Cold Purple. HEX triplet: A5, 7D and CD. RGB value is (165,125,205). Sum of RGB (Red+Green+Blue) = 165+125+205=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DCD is #5A8232. Grayscale: #919191. Windows color (decimal): -5931571 or 13467045. OLE color: 13467045.

HSL color Cylindrical-coordinate representation of color #A57DCD: hue angle of 270º 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 #A57DCD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 125 205 -
CMYK 0.20 0.39 0 0.20
HSL 270º 0.44% 0.65% -
HSV(B) 270º 0.39% 0.8% -
XYZ 33.87 27.07 61.2 -
YUV 146.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 165 125 205 0.20 0.39 0 0.20 270 0.44 0.65
Hex A5 7D CD 14 27 0 14 10E 2C 41
Octal 245 175 315 24 47 0 24 416 54 101
Binary 10100101 1111101 11001101 10100 100111 0 10100 100001110 101100 1000001

Color Harmonies of #A57DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DCD

Black with #A57DCD

Text Example


Text Example

White with #A57DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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