Html Css Color HEX #A751F1 Medium Orchid

📋 copy color: '#A751F1'

red 167 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #A751F1

Tints of Medium Orchid #A751F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 34.15%
G = 16.56%
B = 49.28%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A751F1 (or 0xA751F1) is known color: Medium Orchid. HEX triplet: A7, 51 and F1. RGB value is (167,81,241). Sum of RGB (Red+Green+Blue) = 167+81+241=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #A751F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751F1 is #58AE0E. Grayscale: #7C7C7C. Windows color (decimal): -5811727 or 15815079. OLE color: 15815079.

HSL color Cylindrical-coordinate representation of color #A751F1: hue angle of 272.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A751F1 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 81 241 -
CMYK 0.31 0.66 0 0.05
HSL 272.25º 0.85% 0.63% -
HSV(B) 272.25º 0.66% 0.95% -
XYZ 34.76 20.45 85.33 -
YUV 124.95 193.49 157.99 -
System Red Green Blue C M Y K H S L
Decimal 167 81 241 0.31 0.66 0 0.05 272.25 0.85 0.63
Hex A7 51 F1 1F 42 0 5 110 55 3F
Octal 247 121 361 37 102 0 5 420 125 77
Binary 10100111 1010001 11110001 11111 1000010 0 101 100010000 1010101 111111

Color Harmonies of #A751F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751F1

Black with #A751F1

Text Example


Text Example

White with #A751F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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