Html Css Color HEX #AB4BEB Medium Orchid

📋 copy color: '#AB4BEB'

red 171 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #AB4BEB

Tints of Medium Orchid #AB4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

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

R = 35.55%
G = 15.59%
B = 48.86%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB4BEB (or 0xAB4BEB) is known color: Medium Orchid. HEX triplet: AB, 4B and EB. RGB value is (171,75,235). Sum of RGB (Red+Green+Blue) = 171+75+235=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB4BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BEB is #54B414. Grayscale: #797979. Windows color (decimal): -5551125 or 15420331. OLE color: 15420331.

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

Color convert

RGB 171 75 235 -
CMYK 0.27 0.68 0 0.08
HSL 276º 0.8% 0.61% -
HSV(B) 276º 0.68% 0.92% -
XYZ 34.31 19.69 80.59 -
YUV 121.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 171 75 235 0.27 0.68 0 0.08 276 0.8 0.61
Hex AB 4B EB 1B 44 0 8 114 50 3D
Octal 253 113 353 33 104 0 10 424 120 75
Binary 10101011 1001011 11101011 11011 1000100 0 1000 100010100 1010000 111101

Color Harmonies of #AB4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BEB

Black with #AB4BEB

Text Example


Text Example

White with #AB4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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