Html Css Color HEX #AB4FFC Medium Orchid

📋 copy color: '#AB4FFC'

red 171 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #AB4FFC

Tints of Medium Orchid #AB4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.74%

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

R = 34.06%
G = 15.74%
B = 50.2%

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

#AB4FFC (or 0xAB4FFC) is known color: Medium Orchid. HEX triplet: AB, 4F and FC. RGB value is (171,79,252). Sum of RGB (Red+Green+Blue) = 171+79+252=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FFC is #54B003. Grayscale: #7D7D7D. Windows color (decimal): -5550084 or 16535467. OLE color: 16535467.

HSL color Cylindrical-coordinate representation of color #AB4FFC: hue angle of 271.91º 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 #AB4FFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 79 252 -
CMYK 0.32 0.69 0 0.01
HSL 271.91º 0.97% 0.65% -
HSV(B) 271.91º 0.69% 0.99% -
XYZ 37.16 21.28 94.24 -
YUV 126.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 171 79 252 0.32 0.69 0 0.01 271.91 0.97 0.65
Hex AB 4F FC 20 45 0 1 110 61 41
Octal 253 117 374 40 105 0 1 420 141 101
Binary 10101011 1001111 11111100 100000 1000101 0 1 100010000 1100001 1000001

Color Harmonies of #AB4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FFC

Black with #AB4FFC

Text Example


Text Example

White with #AB4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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