Html Css Color HEX #AB4FEB Medium Orchid

📋 copy color: '#AB4FEB'

red 171 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #AB4FEB

Tints of Medium Orchid #AB4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.29%

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 35.26%
G = 16.29%
B = 48.45%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB4FEB (or 0xAB4FEB) is known color: Medium Orchid. HEX triplet: AB, 4F and EB. RGB value is (171,79,235). Sum of RGB (Red+Green+Blue) = 171+79+235=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FEB is #54B014. Grayscale: #7B7B7B. Windows color (decimal): -5550101 or 15421355. OLE color: 15421355.

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

Color convert

RGB 171 79 235 -
CMYK 0.27 0.66 0 0.08
HSL 275.38º 0.8% 0.62% -
HSV(B) 275.38º 0.66% 0.92% -
XYZ 34.59 20.25 80.68 -
YUV 124.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 171 79 235 0.27 0.66 0 0.08 275.38 0.8 0.62
Hex AB 4F EB 1B 42 0 8 113 50 3E
Octal 253 117 353 33 102 0 10 423 120 76
Binary 10101011 1001111 11101011 11011 1000010 0 1000 100010011 1010000 111110

Color Harmonies of #AB4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FEB

Black with #AB4FEB

Text Example


Text Example

White with #AB4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FEB; }

 p { color: rgb(171,79,235); }

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

background-color css

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

 a { background-color: rgb(171,79,235); }

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

border-color css

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

 span { border-color: rgb(171,79,235); }

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