Html Css Color HEX #A757DB Medium Orchid

📋 copy color: '#A757DB'

red 167 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #A757DB

Tints of Medium Orchid #A757DB

RGB

 RED value IS 167 (65.63% from 255) = 35.31%

 GREEN value IS 87 (34.38% from 255) = 18.39%

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

R = 35.31%
G = 18.39%
B = 46.3%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A757DB (or 0xA757DB) is known color: Medium Orchid. HEX triplet: A7, 57 and DB. RGB value is (167,87,219). Sum of RGB (Red+Green+Blue) = 167+87+219=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #A757DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757DB is #58A824. Grayscale: #7D7D7D. Windows color (decimal): -5810213 or 14374823. OLE color: 14374823.

HSL color Cylindrical-coordinate representation of color #A757DB: hue angle of 276.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A757DB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 87 219 -
CMYK 0.24 0.60 0 0.14
HSL 276.36º 0.65% 0.6% -
HSV(B) 276.36º 0.6% 0.86% -
XYZ 32.13 20.15 69.21 -
YUV 125.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 167 87 219 0.24 0.60 0 0.14 276.36 0.65 0.6
Hex A7 57 DB 18 3C 0 E 114 41 3C
Octal 247 127 333 30 74 0 16 424 101 74
Binary 10100111 1010111 11011011 11000 111100 0 1110 100010100 1000001 111100

Color Harmonies of #A757DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757DB

Black with #A757DB

Text Example


Text Example

White with #A757DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757DB; }

 p { color: rgb(167,87,219); }

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

background-color css

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

 a { background-color: rgb(167,87,219); }

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

border-color css

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

 span { border-color: rgb(167,87,219); }

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