Html Css Color HEX #AB42CE Medium Orchid

📋 copy color: '#AB42CE'

red 171 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #AB42CE

Tints of Medium Orchid #AB42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 38.6%
G = 14.9%
B = 46.5%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB42CE (or 0xAB42CE) is known color: Medium Orchid. HEX triplet: AB, 42 and CE. RGB value is (171,66,206). Sum of RGB (Red+Green+Blue) = 171+66+206=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42CE is #54BD31. Grayscale: #707070. Windows color (decimal): -5553458 or 13517483. OLE color: 13517483.

HSL color Cylindrical-coordinate representation of color #AB42CE: hue angle of 285º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB42CE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 66 206 -
CMYK 0.17 0.68 0 0.19
HSL 285º 0.59% 0.53% -
HSV(B) 285º 0.68% 0.81% -
XYZ 29.88 17.01 60.1 -
YUV 113.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 171 66 206 0.17 0.68 0 0.19 285 0.59 0.53
Hex AB 42 CE 11 44 0 13 11D 3B 35
Octal 253 102 316 21 104 0 23 435 73 65
Binary 10101011 1000010 11001110 10001 1000100 0 10011 100011101 111011 110101

Color Harmonies of #AB42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42CE

Black with #AB42CE

Text Example


Text Example

White with #AB42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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