Html Css Color HEX #AB54F2 Medium Orchid

📋 copy color: '#AB54F2'

red 171 ◦ green 84 ◦ blue 242

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

Shades of Medium Orchid #AB54F2

Tints of Medium Orchid #AB54F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 34.41%
G = 16.9%
B = 48.69%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB54F2 (or 0xAB54F2) is known color: Medium Orchid. HEX triplet: AB, 54 and F2. RGB value is (171,84,242). Sum of RGB (Red+Green+Blue) = 171+84+242=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB54F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54F2 is #54AB0D. Grayscale: #7F7F7F. Windows color (decimal): -5548814 or 15881387. OLE color: 15881387.

HSL color Cylindrical-coordinate representation of color #AB54F2: hue angle of 273.04º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB54F2 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 84 242 -
CMYK 0.29 0.65 0 0.05
HSL 273.04º 0.86% 0.64% -
HSV(B) 273.04º 0.65% 0.95% -
XYZ 35.99 21.41 86.24 -
YUV 128.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 171 84 242 0.29 0.65 0 0.05 273.04 0.86 0.64
Hex AB 54 F2 1D 41 0 5 111 56 40
Octal 253 124 362 35 101 0 5 421 126 100
Binary 10101011 1010100 11110010 11101 1000001 0 101 100010001 1010110 1000000

Color Harmonies of #AB54F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54F2

Black with #AB54F2

Text Example


Text Example

White with #AB54F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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