Html Css Color HEX #AB49FD Medium Orchid

📋 copy color: '#AB49FD'

red 171 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #AB49FD

Tints of Medium Orchid #AB49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 34.41%
G = 14.69%
B = 50.91%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB49FD (or 0xAB49FD) is known color: Medium Orchid. HEX triplet: AB, 49 and FD. RGB value is (171,73,253). Sum of RGB (Red+Green+Blue) = 171+73+253=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49FD is #54B602. Grayscale: #7A7A7A. Windows color (decimal): -5551619 or 16599467. OLE color: 16599467.

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

Color convert

RGB 171 73 253 -
CMYK 0.32 0.71 0 0.01
HSL 272.67º 0.98% 0.64% -
HSV(B) 272.67º 0.71% 0.99% -
XYZ 36.91 20.51 94.94 -
YUV 122.82 201.47 162.36 -
System Red Green Blue C M Y K H S L
Decimal 171 73 253 0.32 0.71 0 0.01 272.67 0.98 0.64
Hex AB 49 FD 20 47 0 1 111 62 40
Octal 253 111 375 40 107 0 1 421 142 100
Binary 10101011 1001001 11111101 100000 1000111 0 1 100010001 1100010 1000000

Color Harmonies of #AB49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49FD

Black with #AB49FD

Text Example


Text Example

White with #AB49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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