Html Css Color HEX #A751DD Medium Orchid

📋 copy color: '#A751DD'

red 167 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #A751DD

Tints of Medium Orchid #A751DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 35.61%
G = 17.27%
B = 47.12%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A751DD (or 0xA751DD) is known color: Medium Orchid. HEX triplet: A7, 51 and DD. RGB value is (167,81,221). Sum of RGB (Red+Green+Blue) = 167+81+221=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A751DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751DD is #58AE22. Grayscale: #7A7A7A. Windows color (decimal): -5811747 or 14504359. OLE color: 14504359.

HSL color Cylindrical-coordinate representation of color #A751DD: hue angle of 276.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A751DD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 81 221 -
CMYK 0.24 0.63 0 0.13
HSL 276.86º 0.67% 0.59% -
HSV(B) 276.86º 0.63% 0.87% -
XYZ 31.93 19.32 70.45 -
YUV 122.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 167 81 221 0.24 0.63 0 0.13 276.86 0.67 0.59
Hex A7 51 DD 18 3F 0 D 115 43 3B
Octal 247 121 335 30 77 0 15 425 103 73
Binary 10100111 1010001 11011101 11000 111111 0 1101 100010101 1000011 111011

Color Harmonies of #A751DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751DD

Black with #A751DD

Text Example


Text Example

White with #A751DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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