Html Css Color HEX #A753DA Medium Orchid

📋 copy color: '#A753DA'

red 167 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #A753DA

Tints of Medium Orchid #A753DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 35.68%
G = 17.74%
B = 46.58%

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

#A753DA (or 0xA753DA) is known color: Medium Orchid. HEX triplet: A7, 53 and DA. RGB value is (167,83,218). Sum of RGB (Red+Green+Blue) = 167+83+218=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #A753DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753DA is #58AC25. Grayscale: #7B7B7B. Windows color (decimal): -5811238 or 14308263. OLE color: 14308263.

HSL color Cylindrical-coordinate representation of color #A753DA: hue angle of 277.33º degrees, saturation: 0.65, 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 #A753DA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 83 218 -
CMYK 0.23 0.62 0 0.15
HSL 277.33º 0.65% 0.59% -
HSV(B) 277.33º 0.62% 0.85% -
XYZ 31.68 19.46 68.42 -
YUV 123.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 167 83 218 0.23 0.62 0 0.15 277.33 0.65 0.59
Hex A7 53 DA 17 3E 0 F 115 41 3B
Octal 247 123 332 27 76 0 17 425 101 73
Binary 10100111 1010011 11011010 10111 111110 0 1111 100010101 1000001 111011

Color Harmonies of #A753DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753DA

Black with #A753DA

Text Example


Text Example

White with #A753DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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