Html Css Color HEX #AB42EE Medium Orchid

📋 copy color: '#AB42EE'

red 171 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #AB42EE

Tints of Medium Orchid #AB42EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 36%
G = 13.89%
B = 50.11%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB42EE (or 0xAB42EE) is known color: Medium Orchid. HEX triplet: AB, 42 and EE. RGB value is (171,66,238). Sum of RGB (Red+Green+Blue) = 171+66+238=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42EE is #54BD11. Grayscale: #747474. Windows color (decimal): -5553426 or 15614635. OLE color: 15614635.

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

Color convert

RGB 171 66 238 -
CMYK 0.28 0.72 0 0.07
HSL 276.63º 0.83% 0.6% -
HSV(B) 276.63º 0.72% 0.93% -
XYZ 34.18 18.73 82.7 -
YUV 117 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 171 66 238 0.28 0.72 0 0.07 276.63 0.83 0.6
Hex AB 42 EE 1C 48 0 7 115 53 3C
Octal 253 102 356 34 110 0 7 425 123 74
Binary 10101011 1000010 11101110 11100 1001000 0 111 100010101 1010011 111100

Color Harmonies of #AB42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42EE

Black with #AB42EE

Text Example


Text Example

White with #AB42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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