Html Css Color HEX #AB4BDF Medium Orchid

📋 copy color: '#AB4BDF'

red 171 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #AB4BDF

Tints of Medium Orchid #AB4BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.99%

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 36.46%
G = 15.99%
B = 47.55%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB4BDF (or 0xAB4BDF) is known color: Medium Orchid. HEX triplet: AB, 4B and DF. RGB value is (171,75,223). Sum of RGB (Red+Green+Blue) = 171+75+223=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BDF is #54B420. Grayscale: #787878. Windows color (decimal): -5551137 or 14633899. OLE color: 14633899.

HSL color Cylindrical-coordinate representation of color #AB4BDF: hue angle of 278.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4BDF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 75 223 -
CMYK 0.23 0.66 0 0.13
HSL 278.92º 0.7% 0.58% -
HSV(B) 278.92º 0.66% 0.87% -
XYZ 32.63 19.02 71.76 -
YUV 120.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 171 75 223 0.23 0.66 0 0.13 278.92 0.7 0.58
Hex AB 4B DF 17 42 0 D 117 46 3A
Octal 253 113 337 27 102 0 15 427 106 72
Binary 10101011 1001011 11011111 10111 1000010 0 1101 100010111 1000110 111010

Color Harmonies of #AB4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BDF

Black with #AB4BDF

Text Example


Text Example

White with #AB4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BDF; }

 p { color: rgb(171,75,223); }

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

background-color css

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

 a { background-color: rgb(171,75,223); }

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

border-color css

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

 span { border-color: rgb(171,75,223); }

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