Html Css Color HEX #AB4CFF Medium Orchid

📋 copy color: '#AB4CFF'

red 171 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #AB4CFF

Tints of Medium Orchid #AB4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

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

R = 34.06%
G = 15.14%
B = 50.8%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB4CFF (or 0xAB4CFF) is known color: Medium Orchid. HEX triplet: AB, 4C and FF. RGB value is (171,76,255). Sum of RGB (Red+Green+Blue) = 171+76+255=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CFF is #54B300. Grayscale: #7C7C7C. Windows color (decimal): -5550849 or 16731307. OLE color: 16731307.

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

Color convert

RGB 171 76 255 -
CMYK 0.33 0.70 0 0
HSL 271.84º 1% 0.65% -
HSV(B) 271.84º 0.7% 1% -
XYZ 37.43 21.05 96.7 -
YUV 124.81 201.47 160.95 -
System Red Green Blue C M Y K H S L
Decimal 171 76 255 0.33 0.70 0 0 271.84 1 0.65
Hex AB 4C FF 21 46 0 0 110 64 41
Octal 253 114 377 41 106 0 0 420 144 101
Binary 10101011 1001100 11111111 100001 1000110 0 0 100010000 1100100 1000001

Color Harmonies of #AB4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CFF

Black with #AB4CFF

Text Example


Text Example

White with #AB4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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