Html Css Color HEX #AB42E6 Medium Orchid

📋 copy color: '#AB42E6'

red 171 ◦ green 66 ◦ blue 230

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

Shades of Medium Orchid #AB42E6

Tints of Medium Orchid #AB42E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.25%

R = 36.62%
G = 14.13%
B = 49.25%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB42E6 (or 0xAB42E6) is known color: Medium Orchid. HEX triplet: AB, 42 and E6. RGB value is (171,66,230). Sum of RGB (Red+Green+Blue) = 171+66+230=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB42E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42E6 is #54BD19. Grayscale: #737373. Windows color (decimal): -5553434 or 15090347. OLE color: 15090347.

HSL color Cylindrical-coordinate representation of color #AB42E6: hue angle of 278.41º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB42E6 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 66 230 -
CMYK 0.26 0.71 0 0.10
HSL 278.41º 0.77% 0.58% -
HSV(B) 278.41º 0.71% 0.9% -
XYZ 33.03 18.27 76.65 -
YUV 116.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 171 66 230 0.26 0.71 0 0.10 278.41 0.77 0.58
Hex AB 42 E6 1A 47 0 A 116 4D 3A
Octal 253 102 346 32 107 0 12 426 115 72
Binary 10101011 1000010 11100110 11010 1000111 0 1010 100010110 1001101 111010

Color Harmonies of #AB42E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42E6

Black with #AB42E6

Text Example


Text Example

White with #AB42E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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