Html Css Color HEX #AB4AE8 Medium Orchid

📋 copy color: '#AB4AE8'

red 171 ◦ green 74 ◦ blue 232

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

Shades of Medium Orchid #AB4AE8

Tints of Medium Orchid #AB4AE8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 35.85%
G = 15.51%
B = 48.64%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB4AE8 (or 0xAB4AE8) is known color: Medium Orchid. HEX triplet: AB, 4A and E8. RGB value is (171,74,232). Sum of RGB (Red+Green+Blue) = 171+74+232=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB4AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AE8 is #54B517. Grayscale: #787878. Windows color (decimal): -5551384 or 15223467. OLE color: 15223467.

HSL color Cylindrical-coordinate representation of color #AB4AE8: hue angle of 276.84º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4AE8 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 74 232 -
CMYK 0.26 0.68 0 0.09
HSL 276.84º 0.77% 0.6% -
HSV(B) 276.84º 0.68% 0.91% -
XYZ 33.81 19.38 78.3 -
YUV 121.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 171 74 232 0.26 0.68 0 0.09 276.84 0.77 0.6
Hex AB 4A E8 1A 44 0 9 115 4D 3C
Octal 253 112 350 32 104 0 11 425 115 74
Binary 10101011 1001010 11101000 11010 1000100 0 1001 100010101 1001101 111100

Color Harmonies of #AB4AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AE8

Black with #AB4AE8

Text Example


Text Example

White with #AB4AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AE8; }

 p { color: rgb(171,74,232); }

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

background-color css

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

 a { background-color: rgb(171,74,232); }

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

border-color css

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

 span { border-color: rgb(171,74,232); }

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