Html Css Color HEX #A753F6 Medium Orchid

📋 copy color: '#A753F6'

red 167 ◦ green 83 ◦ blue 246

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

Shades of Medium Orchid #A753F6

Tints of Medium Orchid #A753F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 33.67%
G = 16.73%
B = 49.6%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A753F6 (or 0xA753F6) is known color: Medium Orchid. HEX triplet: A7, 53 and F6. RGB value is (167,83,246). Sum of RGB (Red+Green+Blue) = 167+83+246=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #A753F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A753F6 is #58AC09. Grayscale: #7E7E7E. Windows color (decimal): -5811210 or 16143271. OLE color: 16143271.

HSL color Cylindrical-coordinate representation of color #A753F6: hue angle of 270.92º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A753F6 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 83 246 -
CMYK 0.32 0.66 0 0.04
HSL 270.92º 0.9% 0.65% -
HSV(B) 270.92º 0.66% 0.96% -
XYZ 35.66 21.06 89.37 -
YUV 126.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 167 83 246 0.32 0.66 0 0.04 270.92 0.9 0.65
Hex A7 53 F6 20 42 0 4 10F 5A 41
Octal 247 123 366 40 102 0 4 417 132 101
Binary 10100111 1010011 11110110 100000 1000010 0 100 100001111 1011010 1000001

Color Harmonies of #A753F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753F6

Black with #A753F6

Text Example


Text Example

White with #A753F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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