Html Css Color HEX #AB42CF Medium Orchid

📋 copy color: '#AB42CF'

red 171 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #AB42CF

Tints of Medium Orchid #AB42CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 38.51%
G = 14.86%
B = 46.62%

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

#AB42CF (or 0xAB42CF) is known color: Medium Orchid. HEX triplet: AB, 42 and CF. RGB value is (171,66,207). Sum of RGB (Red+Green+Blue) = 171+66+207=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB42CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42CF is #54BD30. Grayscale: #717171. Windows color (decimal): -5553457 or 13583019. OLE color: 13583019.

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

Color convert

RGB 171 66 207 -
CMYK 0.17 0.68 0 0.19
HSL 284.68º 0.59% 0.54% -
HSV(B) 284.68º 0.68% 0.81% -
XYZ 30.01 17.06 60.74 -
YUV 113.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 171 66 207 0.17 0.68 0 0.19 284.68 0.59 0.54
Hex AB 42 CF 11 44 0 13 11D 3B 36
Octal 253 102 317 21 104 0 23 435 73 66
Binary 10101011 1000010 11001111 10001 1000100 0 10011 100011101 111011 110110

Color Harmonies of #AB42CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42CF

Black with #AB42CF

Text Example


Text Example

White with #AB42CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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