Html Css Color HEX #AB54F8 Medium Orchid

📋 copy color: '#AB54F8'

red 171 ◦ green 84 ◦ blue 248

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

Shades of Medium Orchid #AB54F8

Tints of Medium Orchid #AB54F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 34%
G = 16.7%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB54F8 (or 0xAB54F8) is known color: Medium Orchid. HEX triplet: AB, 54 and F8. RGB value is (171,84,248). Sum of RGB (Red+Green+Blue) = 171+84+248=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB54F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54F8 is #54AB07. Grayscale: #808080. Windows color (decimal): -5548808 or 16274603. OLE color: 16274603.

HSL color Cylindrical-coordinate representation of color #AB54F8: hue angle of 271.83º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB54F8 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 84 248 -
CMYK 0.31 0.66 0 0.03
HSL 271.83º 0.92% 0.65% -
HSV(B) 271.83º 0.66% 0.97% -
XYZ 36.91 21.78 91.06 -
YUV 128.71 195.32 158.16 -
System Red Green Blue C M Y K H S L
Decimal 171 84 248 0.31 0.66 0 0.03 271.83 0.92 0.65
Hex AB 54 F8 1F 42 0 3 110 5C 41
Octal 253 124 370 37 102 0 3 420 134 101
Binary 10101011 1010100 11111000 11111 1000010 0 11 100010000 1011100 1000001

Color Harmonies of #AB54F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54F8

Black with #AB54F8

Text Example


Text Example

White with #AB54F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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