Html Css Color HEX #AB55FB Medium Orchid

📋 copy color: '#AB55FB'

red 171 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #AB55FB

Tints of Medium Orchid #AB55FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.77%

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 33.73%
G = 16.77%
B = 49.51%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB55FB (or 0xAB55FB) is known color: Medium Orchid. HEX triplet: AB, 55 and FB. RGB value is (171,85,251). Sum of RGB (Red+Green+Blue) = 171+85+251=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB55FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FB is #54AA04. Grayscale: #818181. Windows color (decimal): -5548549 or 16471467. OLE color: 16471467.

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

Color convert

RGB 171 85 251 -
CMYK 0.32 0.66 0 0.02
HSL 271.08º 0.95% 0.66% -
HSV(B) 271.08º 0.66% 0.98% -
XYZ 37.46 22.12 93.56 -
YUV 129.64 196.49 157.5 -
System Red Green Blue C M Y K H S L
Decimal 171 85 251 0.32 0.66 0 0.02 271.08 0.95 0.66
Hex AB 55 FB 20 42 0 2 10F 5F 42
Octal 253 125 373 40 102 0 2 417 137 102
Binary 10101011 1010101 11111011 100000 1000010 0 10 100001111 1011111 1000010

Color Harmonies of #AB55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55FB

Black with #AB55FB

Text Example


Text Example

White with #AB55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55FB; }

 p { color: rgb(171,85,251); }

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

background-color css

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

 a { background-color: rgb(171,85,251); }

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

border-color css

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

 span { border-color: rgb(171,85,251); }

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