Html Css Color HEX #A751D8 Medium Orchid

📋 copy color: '#A751D8'

red 167 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #A751D8

Tints of Medium Orchid #A751D8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 35.99%
G = 17.46%
B = 46.55%

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

#A751D8 (or 0xA751D8) is known color: Medium Orchid. HEX triplet: A7, 51 and D8. RGB value is (167,81,216). Sum of RGB (Red+Green+Blue) = 167+81+216=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #A751D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751D8 is #58AE27. Grayscale: #797979. Windows color (decimal): -5811752 or 14176679. OLE color: 14176679.

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

Color convert

RGB 167 81 216 -
CMYK 0.23 0.62 0 0.15
HSL 278.22º 0.63% 0.58% -
HSV(B) 278.22º 0.63% 0.85% -
XYZ 31.27 19.06 67 -
YUV 122.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 167 81 216 0.23 0.62 0 0.15 278.22 0.63 0.58
Hex A7 51 D8 17 3E 0 F 116 3F 3A
Octal 247 121 330 27 76 0 17 426 77 72
Binary 10100111 1010001 11011000 10111 111110 0 1111 100010110 111111 111010

Color Harmonies of #A751D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751D8

Black with #A751D8

Text Example


Text Example

White with #A751D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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