Html Css Color HEX #AB46EF Medium Orchid

📋 copy color: '#AB46EF'

red 171 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #AB46EF

Tints of Medium Orchid #AB46EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 35.63%
G = 14.58%
B = 49.79%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB46EF (or 0xAB46EF) is known color: Medium Orchid. HEX triplet: AB, 46 and EF. RGB value is (171,70,239). Sum of RGB (Red+Green+Blue) = 171+70+239=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46EF is #54B910. Grayscale: #767676. Windows color (decimal): -5552401 or 15681195. OLE color: 15681195.

HSL color Cylindrical-coordinate representation of color #AB46EF: hue angle of 275.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB46EF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 70 239 -
CMYK 0.28 0.71 0 0.06
HSL 275.86º 0.84% 0.61% -
HSV(B) 275.86º 0.71% 0.94% -
XYZ 34.56 19.27 83.56 -
YUV 119.47 195.46 164.76 -
System Red Green Blue C M Y K H S L
Decimal 171 70 239 0.28 0.71 0 0.06 275.86 0.84 0.61
Hex AB 46 EF 1C 47 0 6 114 54 3D
Octal 253 106 357 34 107 0 6 424 124 75
Binary 10101011 1000110 11101111 11100 1000111 0 110 100010100 1010100 111101

Color Harmonies of #AB46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46EF

Black with #AB46EF

Text Example


Text Example

White with #AB46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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