Html Css Color HEX #AB50FA Medium Orchid

📋 copy color: '#AB50FA'

red 171 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #AB50FA

Tints of Medium Orchid #AB50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.97%

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

R = 34.13%
G = 15.97%
B = 49.9%

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

#AB50FA (or 0xAB50FA) is known color: Medium Orchid. HEX triplet: AB, 50 and FA. RGB value is (171,80,250). Sum of RGB (Red+Green+Blue) = 171+80+250=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50FA is #54AF05. Grayscale: #7E7E7E. Windows color (decimal): -5549830 or 16404651. OLE color: 16404651.

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

Color convert

RGB 171 80 250 -
CMYK 0.32 0.68 0 0.02
HSL 272.12º 0.94% 0.65% -
HSV(B) 272.12º 0.68% 0.98% -
XYZ 36.92 21.3 92.61 -
YUV 126.59 197.65 159.68 -
System Red Green Blue C M Y K H S L
Decimal 171 80 250 0.32 0.68 0 0.02 272.12 0.94 0.65
Hex AB 50 FA 20 44 0 2 110 5E 41
Octal 253 120 372 40 104 0 2 420 136 101
Binary 10101011 1010000 11111010 100000 1000100 0 10 100010000 1011110 1000001

Color Harmonies of #AB50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50FA

Black with #AB50FA

Text Example


Text Example

White with #AB50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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