Html Css Color HEX #AB46EA Medium Orchid

📋 copy color: '#AB46EA'

red 171 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #AB46EA

Tints of Medium Orchid #AB46EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 36%
G = 14.74%
B = 49.26%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB46EA (or 0xAB46EA) is known color: Medium Orchid. HEX triplet: AB, 46 and EA. RGB value is (171,70,234). Sum of RGB (Red+Green+Blue) = 171+70+234=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46EA is #54B915. Grayscale: #767676. Windows color (decimal): -5552406 or 15353515. OLE color: 15353515.

HSL color Cylindrical-coordinate representation of color #AB46EA: hue angle of 276.95º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB46EA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 70 234 -
CMYK 0.27 0.70 0 0.08
HSL 276.95º 0.8% 0.6% -
HSV(B) 276.95º 0.7% 0.92% -
XYZ 33.84 18.98 79.72 -
YUV 118.9 192.96 165.16 -
System Red Green Blue C M Y K H S L
Decimal 171 70 234 0.27 0.70 0 0.08 276.95 0.8 0.6
Hex AB 46 EA 1B 46 0 8 115 50 3C
Octal 253 106 352 33 106 0 10 425 120 74
Binary 10101011 1000110 11101010 11011 1000110 0 1000 100010101 1010000 111100

Color Harmonies of #AB46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46EA

Black with #AB46EA

Text Example


Text Example

White with #AB46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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