Html Css Color HEX #AB4FFA Medium Orchid

📋 copy color: '#AB4FFA'

red 171 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #AB4FFA

Tints of Medium Orchid #AB4FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 34.2%
G = 15.8%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB4FFA (or 0xAB4FFA) is known color: Medium Orchid. HEX triplet: AB, 4F and FA. RGB value is (171,79,250). Sum of RGB (Red+Green+Blue) = 171+79+250=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB4FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FFA is #54B005. Grayscale: #7D7D7D. Windows color (decimal): -5550086 or 16404395. OLE color: 16404395.

HSL color Cylindrical-coordinate representation of color #AB4FFA: hue angle of 272.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4FFA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 79 250 -
CMYK 0.32 0.68 0 0.02
HSL 272.28º 0.94% 0.65% -
HSV(B) 272.28º 0.68% 0.98% -
XYZ 36.85 21.15 92.58 -
YUV 126 197.98 160.1 -
System Red Green Blue C M Y K H S L
Decimal 171 79 250 0.32 0.68 0 0.02 272.28 0.94 0.65
Hex AB 4F FA 20 44 0 2 110 5E 41
Octal 253 117 372 40 104 0 2 420 136 101
Binary 10101011 1001111 11111010 100000 1000100 0 10 100010000 1011110 1000001

Color Harmonies of #AB4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FFA

Black with #AB4FFA

Text Example


Text Example

White with #AB4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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