Html Css Color HEX #AB42EB Medium Orchid

📋 copy color: '#AB42EB'

red 171 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #AB42EB

Tints of Medium Orchid #AB42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 36.23%
G = 13.98%
B = 49.79%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB42EB (or 0xAB42EB) is known color: Medium Orchid. HEX triplet: AB, 42 and EB. RGB value is (171,66,235). Sum of RGB (Red+Green+Blue) = 171+66+235=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42EB is #54BD14. Grayscale: #747474. Windows color (decimal): -5553429 or 15418027. OLE color: 15418027.

HSL color Cylindrical-coordinate representation of color #AB42EB: hue angle of 277.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB42EB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 66 235 -
CMYK 0.27 0.72 0 0.08
HSL 277.28º 0.81% 0.59% -
HSV(B) 277.28º 0.72% 0.92% -
XYZ 33.74 18.55 80.4 -
YUV 116.66 194.79 166.76 -
System Red Green Blue C M Y K H S L
Decimal 171 66 235 0.27 0.72 0 0.08 277.28 0.81 0.59
Hex AB 42 EB 1B 48 0 8 115 51 3B
Octal 253 102 353 33 110 0 10 425 121 73
Binary 10101011 1000010 11101011 11011 1001000 0 1000 100010101 1010001 111011

Color Harmonies of #AB42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42EB

Black with #AB42EB

Text Example


Text Example

White with #AB42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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