Html Css Color HEX #AB4DFA Medium Orchid

📋 copy color: '#AB4DFA'

red 171 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #AB4DFA

Tints of Medium Orchid #AB4DFA

RGB

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

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

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

R = 34.34%
G = 15.46%
B = 50.2%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB4DFA (or 0xAB4DFA) is known color: Medium Orchid. HEX triplet: AB, 4D and FA. RGB value is (171,77,250). Sum of RGB (Red+Green+Blue) = 171+77+250=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB4DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DFA is #54B205. Grayscale: #7C7C7C. Windows color (decimal): -5550598 or 16403883. OLE color: 16403883.

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

Color convert

RGB 171 77 250 -
CMYK 0.32 0.69 0 0.02
HSL 272.6º 0.95% 0.64% -
HSV(B) 272.6º 0.69% 0.98% -
XYZ 36.7 20.87 92.54 -
YUV 124.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 171 77 250 0.32 0.69 0 0.02 272.6 0.95 0.64
Hex AB 4D FA 20 45 0 2 111 5F 40
Octal 253 115 372 40 105 0 2 421 137 100
Binary 10101011 1001101 11111010 100000 1000101 0 10 100010001 1011111 1000000

Color Harmonies of #AB4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DFA

Black with #AB4DFA

Text Example


Text Example

White with #AB4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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