Html Css Color HEX #A57BDB Medium Purple

📋 copy color: '#A57BDB'

red 165 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #A57BDB

Tints of Medium Purple #A57BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.26%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 32.54%
G = 24.26%
B = 43.2%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A57BDB (or 0xA57BDB) is known color: Medium Purple. HEX triplet: A5, 7B and DB. RGB value is (165,123,219). Sum of RGB (Red+Green+Blue) = 165+123+219=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #A57BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BDB is #5A8424. Grayscale: #929292. Windows color (decimal): -5932069 or 14384037. OLE color: 14384037.

HSL color Cylindrical-coordinate representation of color #A57BDB: hue angle of 266.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A57BDB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 123 219 -
CMYK 0.25 0.44 0 0.14
HSL 266.25º 0.57% 0.67% -
HSV(B) 266.25º 0.44% 0.86% -
XYZ 35.39 27.28 70.42 -
YUV 146.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 165 123 219 0.25 0.44 0 0.14 266.25 0.57 0.67
Hex A5 7B DB 19 2C 0 E 10A 39 43
Octal 245 173 333 31 54 0 16 412 71 103
Binary 10100101 1111011 11011011 11001 101100 0 1110 100001010 111001 1000011

Color Harmonies of #A57BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BDB

Black with #A57BDB

Text Example


Text Example

White with #A57BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BDB; }

 p { color: rgb(165,123,219); }

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

background-color css

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

 a { background-color: rgb(165,123,219); }

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

border-color css

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

 span { border-color: rgb(165,123,219); }

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