Html Css Color HEX #AB4AEF Medium Orchid

📋 copy color: '#AB4AEF'

red 171 ◦ green 74 ◦ blue 239

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

Shades of Medium Orchid #AB4AEF

Tints of Medium Orchid #AB4AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 35.33%
G = 15.29%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB4AEF (or 0xAB4AEF) is known color: Medium Orchid. HEX triplet: AB, 4A and EF. RGB value is (171,74,239). Sum of RGB (Red+Green+Blue) = 171+74+239=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB4AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AEF is #54B510. Grayscale: #797979. Windows color (decimal): -5551377 or 15682219. OLE color: 15682219.

HSL color Cylindrical-coordinate representation of color #AB4AEF: hue angle of 275.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4AEF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 74 239 -
CMYK 0.28 0.69 0 0.06
HSL 275.27º 0.84% 0.61% -
HSV(B) 275.27º 0.69% 0.94% -
XYZ 34.82 19.79 83.65 -
YUV 121.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 171 74 239 0.28 0.69 0 0.06 275.27 0.84 0.61
Hex AB 4A EF 1C 45 0 6 113 54 3D
Octal 253 112 357 34 105 0 6 423 124 75
Binary 10101011 1001010 11101111 11100 1000101 0 110 100010011 1010100 111101

Color Harmonies of #AB4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AEF

Black with #AB4AEF

Text Example


Text Example

White with #AB4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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