Html Css Color HEX #AB4EF2 Medium Orchid

📋 copy color: '#AB4EF2'

red 171 ◦ green 78 ◦ blue 242

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

Shades of Medium Orchid #AB4EF2

Tints of Medium Orchid #AB4EF2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.89%

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

R = 34.83%
G = 15.89%
B = 49.29%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB4EF2 (or 0xAB4EF2) is known color: Medium Orchid. HEX triplet: AB, 4E and F2. RGB value is (171,78,242). Sum of RGB (Red+Green+Blue) = 171+78+242=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EF2 is #54B10D. Grayscale: #7B7B7B. Windows color (decimal): -5550350 or 15879851. OLE color: 15879851.

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

Color convert

RGB 171 78 242 -
CMYK 0.29 0.68 0 0.05
HSL 274.02º 0.86% 0.63% -
HSV(B) 274.02º 0.68% 0.95% -
XYZ 35.55 20.52 86.09 -
YUV 124.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 171 78 242 0.29 0.68 0 0.05 274.02 0.86 0.63
Hex AB 4E F2 1D 44 0 5 112 56 3F
Octal 253 116 362 35 104 0 5 422 126 77
Binary 10101011 1001110 11110010 11101 1000100 0 101 100010010 1010110 111111

Color Harmonies of #AB4EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4EF2

Black with #AB4EF2

Text Example


Text Example

White with #AB4EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4EF2; }

 p { color: rgb(171,78,242); }

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

background-color css

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

 a { background-color: rgb(171,78,242); }

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

border-color css

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

 span { border-color: rgb(171,78,242); }

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