Html Css Color HEX #AB50FC Medium Orchid

📋 copy color: '#AB50FC'

red 171 ◦ green 80 ◦ blue 252

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

Shades of Medium Orchid #AB50FC

Tints of Medium Orchid #AB50FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 34%
G = 15.9%
B = 50.1%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB50FC (or 0xAB50FC) is known color: Medium Orchid. HEX triplet: AB, 50 and FC. RGB value is (171,80,252). Sum of RGB (Red+Green+Blue) = 171+80+252=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50FC is #54AF03. Grayscale: #7E7E7E. Windows color (decimal): -5549828 or 16535723. OLE color: 16535723.

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

Color convert

RGB 171 80 252 -
CMYK 0.32 0.68 0 0.01
HSL 271.74º 0.97% 0.65% -
HSV(B) 271.74º 0.68% 0.99% -
XYZ 37.23 21.42 94.27 -
YUV 126.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 171 80 252 0.32 0.68 0 0.01 271.74 0.97 0.65
Hex AB 50 FC 20 44 0 1 110 61 41
Octal 253 120 374 40 104 0 1 420 141 101
Binary 10101011 1010000 11111100 100000 1000100 0 1 100010000 1100001 1000001

Color Harmonies of #AB50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50FC

Black with #AB50FC

Text Example


Text Example

White with #AB50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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