Html Css Color HEX #AB4EFA Medium Orchid

📋 copy color: '#AB4EFA'

red 171 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #AB4EFA

Tints of Medium Orchid #AB4EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.63%

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

R = 34.27%
G = 15.63%
B = 50.1%

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

#AB4EFA (or 0xAB4EFA) is known color: Medium Orchid. HEX triplet: AB, 4E and FA. RGB value is (171,78,250). Sum of RGB (Red+Green+Blue) = 171+78+250=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EFA is #54B105. Grayscale: #7C7C7C. Windows color (decimal): -5550342 or 16404139. OLE color: 16404139.

HSL color Cylindrical-coordinate representation of color #AB4EFA: hue angle of 272.44º 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 #AB4EFA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 78 250 -
CMYK 0.32 0.69 0 0.02
HSL 272.44º 0.95% 0.64% -
HSV(B) 272.44º 0.69% 0.98% -
XYZ 36.77 21.01 92.56 -
YUV 125.42 198.31 160.51 -
System Red Green Blue C M Y K H S L
Decimal 171 78 250 0.32 0.69 0 0.02 272.44 0.95 0.64
Hex AB 4E FA 20 45 0 2 110 5F 40
Octal 253 116 372 40 105 0 2 420 137 100
Binary 10101011 1001110 11111010 100000 1000101 0 10 100010000 1011111 1000000

Color Harmonies of #AB4EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4EFA

Black with #AB4EFA

Text Example


Text Example

White with #AB4EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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