Html Css Color HEX #A753D8 Medium Orchid

📋 copy color: '#A753D8'

red 167 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #A753D8

Tints of Medium Orchid #A753D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 35.84%
G = 17.81%
B = 46.35%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A753D8 (or 0xA753D8) is known color: Medium Orchid. HEX triplet: A7, 53 and D8. RGB value is (167,83,216). Sum of RGB (Red+Green+Blue) = 167+83+216=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #A753D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753D8 is #58AC27. Grayscale: #7A7A7A. Windows color (decimal): -5811240 or 14177191. OLE color: 14177191.

HSL color Cylindrical-coordinate representation of color #A753D8: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A753D8 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 83 216 -
CMYK 0.23 0.62 0 0.15
HSL 277.89º 0.63% 0.59% -
HSV(B) 277.89º 0.62% 0.85% -
XYZ 31.42 19.36 67.05 -
YUV 123.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 167 83 216 0.23 0.62 0 0.15 277.89 0.63 0.59
Hex A7 53 D8 17 3E 0 F 116 3F 3B
Octal 247 123 330 27 76 0 17 426 77 73
Binary 10100111 1010011 11011000 10111 111110 0 1111 100010110 111111 111011

Color Harmonies of #A753D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753D8

Black with #A753D8

Text Example


Text Example

White with #A753D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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