Html Css Color HEX #AB47EA Medium Orchid

📋 copy color: '#AB47EA'

red 171 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #AB47EA

Tints of Medium Orchid #AB47EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

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

R = 35.92%
G = 14.92%
B = 49.16%

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

#AB47EA (or 0xAB47EA) is known color: Medium Orchid. HEX triplet: AB, 47 and EA. RGB value is (171,71,234). Sum of RGB (Red+Green+Blue) = 171+71+234=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47EA is #54B815. Grayscale: #767676. Windows color (decimal): -5552150 or 15353771. OLE color: 15353771.

HSL color Cylindrical-coordinate representation of color #AB47EA: hue angle of 276.81º 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 #AB47EA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 71 234 -
CMYK 0.27 0.70 0 0.08
HSL 276.81º 0.8% 0.6% -
HSV(B) 276.81º 0.7% 0.92% -
XYZ 33.9 19.1 79.74 -
YUV 119.48 192.63 164.75 -
System Red Green Blue C M Y K H S L
Decimal 171 71 234 0.27 0.70 0 0.08 276.81 0.8 0.6
Hex AB 47 EA 1B 46 0 8 115 50 3C
Octal 253 107 352 33 106 0 10 425 120 74
Binary 10101011 1000111 11101010 11011 1000110 0 1000 100010101 1010000 111100

Color Harmonies of #AB47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47EA

Black with #AB47EA

Text Example


Text Example

White with #AB47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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