Html Css Color HEX #AB4AEC Medium Orchid

📋 copy color: '#AB4AEC'

red 171 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #AB4AEC

Tints of Medium Orchid #AB4AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 35.55%
G = 15.38%
B = 49.06%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB4AEC (or 0xAB4AEC) is known color: Medium Orchid. HEX triplet: AB, 4A and EC. RGB value is (171,74,236). Sum of RGB (Red+Green+Blue) = 171+74+236=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB4AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AEC is #54B513. Grayscale: #787878. Windows color (decimal): -5551380 or 15485611. OLE color: 15485611.

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

Color convert

RGB 171 74 236 -
CMYK 0.28 0.69 0 0.07
HSL 275.93º 0.81% 0.61% -
HSV(B) 275.93º 0.69% 0.93% -
XYZ 34.38 19.61 81.33 -
YUV 121.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 171 74 236 0.28 0.69 0 0.07 275.93 0.81 0.61
Hex AB 4A EC 1C 45 0 7 114 51 3D
Octal 253 112 354 34 105 0 7 424 121 75
Binary 10101011 1001010 11101100 11100 1000101 0 111 100010100 1010001 111101

Color Harmonies of #AB4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AEC

Black with #AB4AEC

Text Example


Text Example

White with #AB4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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