Html Css Color HEX #A751E0 Medium Orchid

📋 copy color: '#A751E0'

red 167 ◦ green 81 ◦ blue 224

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

Shades of Medium Orchid #A751E0

Tints of Medium Orchid #A751E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 35.38%
G = 17.16%
B = 47.46%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A751E0 (or 0xA751E0) is known color: Medium Orchid. HEX triplet: A7, 51 and E0. RGB value is (167,81,224). Sum of RGB (Red+Green+Blue) = 167+81+224=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #A751E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751E0 is #58AE1F. Grayscale: #7A7A7A. Windows color (decimal): -5811744 or 14700967. OLE color: 14700967.

HSL color Cylindrical-coordinate representation of color #A751E0: hue angle of 276.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A751E0 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 81 224 -
CMYK 0.25 0.64 0 0.12
HSL 276.08º 0.7% 0.6% -
HSV(B) 276.08º 0.64% 0.88% -
XYZ 32.33 19.48 72.58 -
YUV 123.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 167 81 224 0.25 0.64 0 0.12 276.08 0.7 0.6
Hex A7 51 E0 19 40 0 C 114 46 3C
Octal 247 121 340 31 100 0 14 424 106 74
Binary 10100111 1010001 11100000 11001 1000000 0 1100 100010100 1000110 111100

Color Harmonies of #A751E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751E0

Black with #A751E0

Text Example


Text Example

White with #A751E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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