Html Css Color HEX #A751D7 Medium Orchid

📋 copy color: '#A751D7'

red 167 ◦ green 81 ◦ blue 215

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

Shades of Medium Orchid #A751D7

Tints of Medium Orchid #A751D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 36.07%
G = 17.49%
B = 46.44%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A751D7 (or 0xA751D7) is known color: Medium Orchid. HEX triplet: A7, 51 and D7. RGB value is (167,81,215). Sum of RGB (Red+Green+Blue) = 167+81+215=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #A751D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751D7 is #58AE28. Grayscale: #797979. Windows color (decimal): -5811753 or 14111143. OLE color: 14111143.

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

Color convert

RGB 167 81 215 -
CMYK 0.22 0.62 0 0.16
HSL 278.51º 0.63% 0.58% -
HSV(B) 278.51º 0.62% 0.84% -
XYZ 31.14 19.01 66.32 -
YUV 121.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 167 81 215 0.22 0.62 0 0.16 278.51 0.63 0.58
Hex A7 51 D7 16 3E 0 10 117 3F 3A
Octal 247 121 327 26 76 0 20 427 77 72
Binary 10100111 1010001 11010111 10110 111110 0 10000 100010111 111111 111010

Color Harmonies of #A751D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751D7

Black with #A751D7

Text Example


Text Example

White with #A751D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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