Html Css Color HEX #AB4BE1 Medium Orchid

📋 copy color: '#AB4BE1'

red 171 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #AB4BE1

Tints of Medium Orchid #AB4BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 36.31%
G = 15.92%
B = 47.77%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB4BE1 (or 0xAB4BE1) is known color: Medium Orchid. HEX triplet: AB, 4B and E1. RGB value is (171,75,225). Sum of RGB (Red+Green+Blue) = 171+75+225=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB4BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BE1 is #54B41E. Grayscale: #787878. Windows color (decimal): -5551135 or 14764971. OLE color: 14764971.

HSL color Cylindrical-coordinate representation of color #AB4BE1: hue angle of 278.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4BE1 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 75 225 -
CMYK 0.24 0.67 0 0.12
HSL 278.4º 0.71% 0.59% -
HSV(B) 278.4º 0.67% 0.88% -
XYZ 32.9 19.13 73.19 -
YUV 120.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 171 75 225 0.24 0.67 0 0.12 278.4 0.71 0.59
Hex AB 4B E1 18 43 0 C 116 47 3B
Octal 253 113 341 30 103 0 14 426 107 73
Binary 10101011 1001011 11100001 11000 1000011 0 1100 100010110 1000111 111011

Color Harmonies of #AB4BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BE1

Black with #AB4BE1

Text Example


Text Example

White with #AB4BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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