Html Css Color HEX #AB4FD4 Medium Orchid

📋 copy color: '#AB4FD4'

red 171 ◦ green 79 ◦ blue 212

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

Shades of Medium Orchid #AB4FD4

Tints of Medium Orchid #AB4FD4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 212 (83.2% from 255) = 45.89%

R = 37.01%
G = 17.1%
B = 45.89%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB4FD4 (or 0xAB4FD4) is known color: Medium Orchid. HEX triplet: AB, 4F and D4. RGB value is (171,79,212). Sum of RGB (Red+Green+Blue) = 171+79+212=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB4FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FD4 is #54B02B. Grayscale: #797979. Windows color (decimal): -5550124 or 13914027. OLE color: 13914027.

HSL color Cylindrical-coordinate representation of color #AB4FD4: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4FD4 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 79 212 -
CMYK 0.19 0.63 0 0.17
HSL 281.5º 0.61% 0.57% -
HSV(B) 281.5º 0.63% 0.83% -
XYZ 31.47 19 64.3 -
YUV 121.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 171 79 212 0.19 0.63 0 0.17 281.5 0.61 0.57
Hex AB 4F D4 13 3F 0 11 11A 3D 39
Octal 253 117 324 23 77 0 21 432 75 71
Binary 10101011 1001111 11010100 10011 111111 0 10001 100011010 111101 111001

Color Harmonies of #AB4FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FD4

Black with #AB4FD4

Text Example


Text Example

White with #AB4FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FD4; }

 p { color: rgb(171,79,212); }

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

background-color css

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

 a { background-color: rgb(171,79,212); }

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

border-color css

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

 span { border-color: rgb(171,79,212); }

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