Html Css Color HEX #AB4FFF Medium Orchid

📋 copy color: '#AB4FFF'

red 171 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #AB4FFF

Tints of Medium Orchid #AB4FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 33.86%
G = 15.64%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB4FFF (or 0xAB4FFF) is known color: Medium Orchid. HEX triplet: AB, 4F and FF. RGB value is (171,79,255). Sum of RGB (Red+Green+Blue) = 171+79+255=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FFF is #54B000. Grayscale: #7D7D7D. Windows color (decimal): -5550081 or 16732075. OLE color: 16732075.

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

Color convert

RGB 171 79 255 -
CMYK 0.33 0.69 0 0
HSL 271.36º 1% 0.65% -
HSV(B) 271.36º 0.69% 1% -
XYZ 37.64 21.47 96.77 -
YUV 126.57 200.48 159.69 -
System Red Green Blue C M Y K H S L
Decimal 171 79 255 0.33 0.69 0 0 271.36 1 0.65
Hex AB 4F FF 21 45 0 0 10F 64 41
Octal 253 117 377 41 105 0 0 417 144 101
Binary 10101011 1001111 11111111 100001 1000101 0 0 100001111 1100100 1000001

Color Harmonies of #AB4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FFF

Black with #AB4FFF

Text Example


Text Example

White with #AB4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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