Html Css Color HEX #AB46F4 Medium Orchid

📋 copy color: '#AB46F4'

red 171 ◦ green 70 ◦ blue 244

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

Shades of Medium Orchid #AB46F4

Tints of Medium Orchid #AB46F4

RGB

 RED value IS 171 (67.19% from 255) = 35.26%

 GREEN value IS 70 (27.73% from 255) = 14.43%

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 35.26%
G = 14.43%
B = 50.31%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB46F4 (or 0xAB46F4) is known color: Medium Orchid. HEX triplet: AB, 46 and F4. RGB value is (171,70,244). Sum of RGB (Red+Green+Blue) = 171+70+244=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB46F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46F4 is #54B90B. Grayscale: #777777. Windows color (decimal): -5552396 or 16008875. OLE color: 16008875.

HSL color Cylindrical-coordinate representation of color #AB46F4: hue angle of 274.83º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB46F4 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 70 244 -
CMYK 0.30 0.71 0 0.04
HSL 274.83º 0.89% 0.62% -
HSV(B) 274.83º 0.71% 0.96% -
XYZ 35.31 19.57 87.5 -
YUV 120.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 171 70 244 0.30 0.71 0 0.04 274.83 0.89 0.62
Hex AB 46 F4 1E 47 0 4 113 59 3E
Octal 253 106 364 36 107 0 4 423 131 76
Binary 10101011 1000110 11110100 11110 1000111 0 100 100010011 1011001 111110

Color Harmonies of #AB46F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46F4

Black with #AB46F4

Text Example


Text Example

White with #AB46F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46F4; }

 p { color: rgb(171,70,244); }

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

background-color css

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

 a { background-color: rgb(171,70,244); }

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

border-color css

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

 span { border-color: rgb(171,70,244); }

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