Html Css Color HEX #AB4BEC Medium Orchid

📋 copy color: '#AB4BEC'

red 171 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #AB4BEC

Tints of Medium Orchid #AB4BEC

RGB

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

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

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

R = 35.48%
G = 15.56%
B = 48.96%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB4BEC (or 0xAB4BEC) is known color: Medium Orchid. HEX triplet: AB, 4B and EC. RGB value is (171,75,236). Sum of RGB (Red+Green+Blue) = 171+75+236=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BEC is #54B413. Grayscale: #797979. Windows color (decimal): -5551124 or 15485867. OLE color: 15485867.

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

Color convert

RGB 171 75 236 -
CMYK 0.28 0.68 0 0.07
HSL 275.78º 0.81% 0.61% -
HSV(B) 275.78º 0.68% 0.93% -
XYZ 34.45 19.75 81.35 -
YUV 122.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 171 75 236 0.28 0.68 0 0.07 275.78 0.81 0.61
Hex AB 4B EC 1C 44 0 7 114 51 3D
Octal 253 113 354 34 104 0 7 424 121 75
Binary 10101011 1001011 11101100 11100 1000100 0 111 100010100 1010001 111101

Color Harmonies of #AB4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BEC

Black with #AB4BEC

Text Example


Text Example

White with #AB4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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