Html Css Color HEX #AB42DF Medium Orchid

📋 copy color: '#AB42DF'

red 171 ◦ green 66 ◦ blue 223

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

Shades of Medium Orchid #AB42DF

Tints of Medium Orchid #AB42DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

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

R = 37.17%
G = 14.35%
B = 48.48%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB42DF (or 0xAB42DF) is known color: Medium Orchid. HEX triplet: AB, 42 and DF. RGB value is (171,66,223). Sum of RGB (Red+Green+Blue) = 171+66+223=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB42DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DF is #54BD20. Grayscale: #727272. Windows color (decimal): -5553441 or 14631595. OLE color: 14631595.

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

Color convert

RGB 171 66 223 -
CMYK 0.23 0.70 0 0.13
HSL 280.13º 0.71% 0.57% -
HSV(B) 280.13º 0.7% 0.87% -
XYZ 32.06 17.88 71.57 -
YUV 115.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 171 66 223 0.23 0.70 0 0.13 280.13 0.71 0.57
Hex AB 42 DF 17 46 0 D 118 47 39
Octal 253 102 337 27 106 0 15 430 107 71
Binary 10101011 1000010 11011111 10111 1000110 0 1101 100011000 1000111 111001

Color Harmonies of #AB42DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42DF

Black with #AB42DF

Text Example


Text Example

White with #AB42DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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