Html Css Color HEX #A753DB Medium Orchid

📋 copy color: '#A753DB'

red 167 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #A753DB

Tints of Medium Orchid #A753DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 35.61%
G = 17.7%
B = 46.7%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A753DB (or 0xA753DB) is known color: Medium Orchid. HEX triplet: A7, 53 and DB. RGB value is (167,83,219). Sum of RGB (Red+Green+Blue) = 167+83+219=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A753DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753DB is #58AC24. Grayscale: #7B7B7B. Windows color (decimal): -5811237 or 14373799. OLE color: 14373799.

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

Color convert

RGB 167 83 219 -
CMYK 0.24 0.62 0 0.14
HSL 277.06º 0.65% 0.59% -
HSV(B) 277.06º 0.62% 0.86% -
XYZ 31.82 19.52 69.11 -
YUV 123.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 167 83 219 0.24 0.62 0 0.14 277.06 0.65 0.59
Hex A7 53 DB 18 3E 0 E 115 41 3B
Octal 247 123 333 30 76 0 16 425 101 73
Binary 10100111 1010011 11011011 11000 111110 0 1110 100010101 1000001 111011

Color Harmonies of #A753DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753DB

Black with #A753DB

Text Example


Text Example

White with #A753DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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