Html Css Color HEX #A751F2 Medium Orchid

📋 copy color: '#A751F2'

red 167 ◦ green 81 ◦ blue 242

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

Shades of Medium Orchid #A751F2

Tints of Medium Orchid #A751F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.39%

R = 34.08%
G = 16.53%
B = 49.39%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A751F2 (or 0xA751F2) is known color: Medium Orchid. HEX triplet: A7, 51 and F2. RGB value is (167,81,242). Sum of RGB (Red+Green+Blue) = 167+81+242=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #A751F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751F2 is #58AE0D. Grayscale: #7C7C7C. Windows color (decimal): -5811726 or 15880615. OLE color: 15880615.

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

Color convert

RGB 167 81 242 -
CMYK 0.31 0.67 0 0.05
HSL 272.05º 0.86% 0.63% -
HSV(B) 272.05º 0.67% 0.95% -
XYZ 34.91 20.51 86.12 -
YUV 125.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 167 81 242 0.31 0.67 0 0.05 272.05 0.86 0.63
Hex A7 51 F2 1F 43 0 5 110 56 3F
Octal 247 121 362 37 103 0 5 420 126 77
Binary 10100111 1010001 11110010 11111 1000011 0 101 100010000 1010110 111111

Color Harmonies of #A751F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751F2

Black with #A751F2

Text Example


Text Example

White with #A751F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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