Html Css Color HEX #AB49FF Medium Orchid

📋 copy color: '#AB49FF'

red 171 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #AB49FF

Tints of Medium Orchid #AB49FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.63%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 34.27%
G = 14.63%
B = 51.1%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB49FF (or 0xAB49FF) is known color: Medium Orchid. HEX triplet: AB, 49 and FF. RGB value is (171,73,255). Sum of RGB (Red+Green+Blue) = 171+73+255=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49FF is #54B600. Grayscale: #7A7A7A. Windows color (decimal): -5551617 or 16730539. OLE color: 16730539.

HSL color Cylindrical-coordinate representation of color #AB49FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB49FF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 73 255 -
CMYK 0.33 0.71 0 0
HSL 272.31º 1% 0.64% -
HSV(B) 272.31º 0.71% 1% -
XYZ 37.23 20.64 96.63 -
YUV 123.05 202.47 162.2 -
System Red Green Blue C M Y K H S L
Decimal 171 73 255 0.33 0.71 0 0 272.31 1 0.64
Hex AB 49 FF 21 47 0 0 110 64 40
Octal 253 111 377 41 107 0 0 420 144 100
Binary 10101011 1001001 11111111 100001 1000111 0 0 100010000 1100100 1000000

Color Harmonies of #AB49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49FF

Black with #AB49FF

Text Example


Text Example

White with #AB49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49FF; }

 p { color: rgb(171,73,255); }

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

background-color css

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

 a { background-color: rgb(171,73,255); }

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

border-color css

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

 span { border-color: rgb(171,73,255); }

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