Html Css Color HEX #AB42DE Medium Orchid

📋 copy color: '#AB42DE'

red 171 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #AB42DE

Tints of Medium Orchid #AB42DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 37.25%
G = 14.38%
B = 48.37%

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

#AB42DE (or 0xAB42DE) is known color: Medium Orchid. HEX triplet: AB, 42 and DE. RGB value is (171,66,222). Sum of RGB (Red+Green+Blue) = 171+66+222=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB42DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DE is #54BD21. Grayscale: #727272. Windows color (decimal): -5553442 or 14566059. OLE color: 14566059.

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

Color convert

RGB 171 66 222 -
CMYK 0.23 0.70 0 0.13
HSL 280.38º 0.7% 0.56% -
HSV(B) 280.38º 0.7% 0.87% -
XYZ 31.93 17.83 70.87 -
YUV 115.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 171 66 222 0.23 0.70 0 0.13 280.38 0.7 0.56
Hex AB 42 DE 17 46 0 D 118 46 38
Octal 253 102 336 27 106 0 15 430 106 70
Binary 10101011 1000010 11011110 10111 1000110 0 1101 100011000 1000110 111000

Color Harmonies of #AB42DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42DE

Black with #AB42DE

Text Example


Text Example

White with #AB42DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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