Html Css Color HEX #AB4DFF Medium Orchid

📋 copy color: '#AB4DFF'

red 171 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #AB4DFF

Tints of Medium Orchid #AB4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.31%

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

R = 34%
G = 15.31%
B = 50.7%

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

#AB4DFF (or 0xAB4DFF) is known color: Medium Orchid. HEX triplet: AB, 4D and FF. RGB value is (171,77,255). Sum of RGB (Red+Green+Blue) = 171+77+255=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DFF is #54B200. Grayscale: #7C7C7C. Windows color (decimal): -5550593 or 16731563. OLE color: 16731563.

HSL color Cylindrical-coordinate representation of color #AB4DFF: hue angle of 271.69º 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 #AB4DFF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 77 255 -
CMYK 0.33 0.70 0 0
HSL 271.69º 1% 0.65% -
HSV(B) 271.69º 0.7% 1% -
XYZ 37.5 21.19 96.72 -
YUV 125.4 201.14 160.53 -
System Red Green Blue C M Y K H S L
Decimal 171 77 255 0.33 0.70 0 0 271.69 1 0.65
Hex AB 4D FF 21 46 0 0 110 64 41
Octal 253 115 377 41 106 0 0 420 144 101
Binary 10101011 1001101 11111111 100001 1000110 0 0 100010000 1100100 1000001

Color Harmonies of #AB4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DFF

Black with #AB4DFF

Text Example


Text Example

White with #AB4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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