Html Css Color HEX #A751D1 Medium Orchid

📋 copy color: '#A751D1'

red 167 ◦ green 81 ◦ blue 209

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

Shades of Medium Orchid #A751D1

Tints of Medium Orchid #A751D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 36.54%
G = 17.72%
B = 45.73%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A751D1 (or 0xA751D1) is known color: Medium Orchid. HEX triplet: A7, 51 and D1. RGB value is (167,81,209). Sum of RGB (Red+Green+Blue) = 167+81+209=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #A751D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751D1 is #58AE2E. Grayscale: #787878. Windows color (decimal): -5811759 or 13717927. OLE color: 13717927.

HSL color Cylindrical-coordinate representation of color #A751D1: hue angle of 280.31º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A751D1 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 81 209 -
CMYK 0.20 0.61 0 0.18
HSL 280.31º 0.58% 0.57% -
HSV(B) 280.31º 0.61% 0.82% -
XYZ 30.39 18.7 62.33 -
YUV 121.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 167 81 209 0.20 0.61 0 0.18 280.31 0.58 0.57
Hex A7 51 D1 14 3D 0 12 118 3A 39
Octal 247 121 321 24 75 0 22 430 72 71
Binary 10100111 1010001 11010001 10100 111101 0 10010 100011000 111010 111001

Color Harmonies of #A751D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751D1

Black with #A751D1

Text Example


Text Example

White with #A751D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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