Html Css Color HEX #A753DC Medium Orchid

📋 copy color: '#A753DC'

red 167 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #A753DC

Tints of Medium Orchid #A753DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 35.53%
G = 17.66%
B = 46.81%

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

#A753DC (or 0xA753DC) is known color: Medium Orchid. HEX triplet: A7, 53 and DC. RGB value is (167,83,220). Sum of RGB (Red+Green+Blue) = 167+83+220=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #A753DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753DC is #58AC23. Grayscale: #7B7B7B. Windows color (decimal): -5811236 or 14439335. OLE color: 14439335.

HSL color Cylindrical-coordinate representation of color #A753DC: hue angle of 276.79º degrees, saturation: 0.66, 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 #A753DC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 83 220 -
CMYK 0.24 0.62 0 0.14
HSL 276.79º 0.66% 0.59% -
HSV(B) 276.79º 0.62% 0.86% -
XYZ 31.95 19.57 69.8 -
YUV 123.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 167 83 220 0.24 0.62 0 0.14 276.79 0.66 0.59
Hex A7 53 DC 18 3E 0 E 115 42 3B
Octal 247 123 334 30 76 0 16 425 102 73
Binary 10100111 1010011 11011100 11000 111110 0 1110 100010101 1000010 111011

Color Harmonies of #A753DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753DC

Black with #A753DC

Text Example


Text Example

White with #A753DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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