Html Css Color HEX #AB54FC Medium Orchid

📋 copy color: '#AB54FC'

red 171 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #AB54FC

Tints of Medium Orchid #AB54FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.57%

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

R = 33.73%
G = 16.57%
B = 49.7%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB54FC (or 0xAB54FC) is known color: Medium Orchid. HEX triplet: AB, 54 and FC. RGB value is (171,84,252). Sum of RGB (Red+Green+Blue) = 171+84+252=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54FC is #54AB03. Grayscale: #808080. Windows color (decimal): -5548804 or 16536747. OLE color: 16536747.

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

Color convert

RGB 171 84 252 -
CMYK 0.32 0.67 0 0.01
HSL 271.07º 0.97% 0.66% -
HSV(B) 271.07º 0.67% 0.99% -
XYZ 37.54 22.03 94.37 -
YUV 129.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 171 84 252 0.32 0.67 0 0.01 271.07 0.97 0.66
Hex AB 54 FC 20 43 0 1 10F 61 42
Octal 253 124 374 40 103 0 1 417 141 102
Binary 10101011 1010100 11111100 100000 1000011 0 1 100001111 1100001 1000010

Color Harmonies of #AB54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54FC

Black with #AB54FC

Text Example


Text Example

White with #AB54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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