Html Css Color HEX #AB4EFC Medium Orchid

📋 copy color: '#AB4EFC'

red 171 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #AB4EFC

Tints of Medium Orchid #AB4EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.57%

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 34.13%
G = 15.57%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB4EFC (or 0xAB4EFC) is known color: Medium Orchid. HEX triplet: AB, 4E and FC. RGB value is (171,78,252). Sum of RGB (Red+Green+Blue) = 171+78+252=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EFC is #54B103. Grayscale: #7D7D7D. Windows color (decimal): -5550340 or 16535211. OLE color: 16535211.

HSL color Cylindrical-coordinate representation of color #AB4EFC: hue angle of 272.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4EFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 78 252 -
CMYK 0.32 0.69 0 0.01
HSL 272.07º 0.97% 0.65% -
HSV(B) 272.07º 0.69% 0.99% -
XYZ 37.09 21.13 94.22 -
YUV 125.64 199.31 160.35 -
System Red Green Blue C M Y K H S L
Decimal 171 78 252 0.32 0.69 0 0.01 272.07 0.97 0.65
Hex AB 4E FC 20 45 0 1 110 61 41
Octal 253 116 374 40 105 0 1 420 141 101
Binary 10101011 1001110 11111100 100000 1000101 0 1 100010000 1100001 1000001

Color Harmonies of #AB4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4EFC

Black with #AB4EFC

Text Example


Text Example

White with #AB4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4EFC; }

 p { color: rgb(171,78,252); }

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

background-color css

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

 a { background-color: rgb(171,78,252); }

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

border-color css

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

 span { border-color: rgb(171,78,252); }

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