Html Css Color HEX #A756DB Medium Orchid

📋 copy color: '#A756DB'

red 167 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #A756DB

Tints of Medium Orchid #A756DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.22%

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

R = 35.38%
G = 18.22%
B = 46.4%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A756DB (or 0xA756DB) is known color: Medium Orchid. HEX triplet: A7, 56 and DB. RGB value is (167,86,219). Sum of RGB (Red+Green+Blue) = 167+86+219=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A756DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756DB is #58A924. Grayscale: #7C7C7C. Windows color (decimal): -5810469 or 14374567. OLE color: 14374567.

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

Color convert

RGB 167 86 219 -
CMYK 0.24 0.61 0 0.14
HSL 276.54º 0.65% 0.6% -
HSV(B) 276.54º 0.61% 0.86% -
XYZ 32.05 19.99 69.19 -
YUV 125.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 167 86 219 0.24 0.61 0 0.14 276.54 0.65 0.6
Hex A7 56 DB 18 3D 0 E 115 41 3C
Octal 247 126 333 30 75 0 16 425 101 74
Binary 10100111 1010110 11011011 11000 111101 0 1110 100010101 1000001 111100

Color Harmonies of #A756DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756DB

Black with #A756DB

Text Example


Text Example

White with #A756DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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