Html Css Color HEX #AB4FFE Medium Orchid

📋 copy color: '#AB4FFE'

red 171 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #AB4FFE

Tints of Medium Orchid #AB4FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 33.93%
G = 15.67%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB4FFE (or 0xAB4FFE) is known color: Medium Orchid. HEX triplet: AB, 4F and FE. RGB value is (171,79,254). Sum of RGB (Red+Green+Blue) = 171+79+254=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FFE is #54B001. Grayscale: #7D7D7D. Windows color (decimal): -5550082 or 16666539. OLE color: 16666539.

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

Color convert

RGB 171 79 254 -
CMYK 0.33 0.69 0 0.00
HSL 271.54º 0.99% 0.65% -
HSV(B) 271.54º 0.69% 1% -
XYZ 37.48 21.41 95.92 -
YUV 126.46 199.98 159.77 -
System Red Green Blue C M Y K H S L
Decimal 171 79 254 0.33 0.69 0 0.00 271.54 0.99 0.65
Hex AB 4F FE 21 45 0 0 110 63 41
Octal 253 117 376 41 105 0 0 420 143 101
Binary 10101011 1001111 11111110 100001 1000101 0 0 100010000 1100011 1000001

Color Harmonies of #AB4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FFE

Black with #AB4FFE

Text Example


Text Example

White with #AB4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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