Html Css Color HEX #AB42EF Medium Orchid

📋 copy color: '#AB42EF'

red 171 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #AB42EF

Tints of Medium Orchid #AB42EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 35.92%
G = 13.87%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB42EF (or 0xAB42EF) is known color: Medium Orchid. HEX triplet: AB, 42 and EF. RGB value is (171,66,239). Sum of RGB (Red+Green+Blue) = 171+66+239=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42EF is #54BD10. Grayscale: #747474. Windows color (decimal): -5553425 or 15680171. OLE color: 15680171.

HSL color Cylindrical-coordinate representation of color #AB42EF: hue angle of 276.42º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB42EF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 66 239 -
CMYK 0.28 0.72 0 0.06
HSL 276.42º 0.84% 0.6% -
HSV(B) 276.42º 0.72% 0.94% -
XYZ 34.32 18.79 83.48 -
YUV 117.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 171 66 239 0.28 0.72 0 0.06 276.42 0.84 0.6
Hex AB 42 EF 1C 48 0 6 114 54 3C
Octal 253 102 357 34 110 0 6 424 124 74
Binary 10101011 1000010 11101111 11100 1001000 0 110 100010100 1010100 111100

Color Harmonies of #AB42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42EF

Black with #AB42EF

Text Example


Text Example

White with #AB42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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