Html Css Color HEX #AB62D0 Medium Orchid

📋 copy color: '#AB62D0'

red 171 ◦ green 98 ◦ blue 208

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

Shades of Medium Orchid #AB62D0

Tints of Medium Orchid #AB62D0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.55%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 35.85%
G = 20.55%
B = 43.61%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB62D0 (or 0xAB62D0) is known color: Medium Orchid. HEX triplet: AB, 62 and D0. RGB value is (171,98,208). Sum of RGB (Red+Green+Blue) = 171+98+208=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB62D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62D0 is #549D2F. Grayscale: #848484. Windows color (decimal): -5545264 or 13656747. OLE color: 13656747.

HSL color Cylindrical-coordinate representation of color #AB62D0: hue angle of 279.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB62D0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 98 208 -
CMYK 0.18 0.53 0 0.18
HSL 279.82º 0.54% 0.6% -
HSV(B) 279.82º 0.53% 0.82% -
XYZ 32.55 21.95 62.2 -
YUV 132.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 171 98 208 0.18 0.53 0 0.18 279.82 0.54 0.6
Hex AB 62 D0 12 35 0 12 118 36 3C
Octal 253 142 320 22 65 0 22 430 66 74
Binary 10101011 1100010 11010000 10010 110101 0 10010 100011000 110110 111100

Color Harmonies of #AB62D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62D0

Black with #AB62D0

Text Example


Text Example

White with #AB62D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62D0; }

 p { color: rgb(171,98,208); }

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

background-color css

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

 a { background-color: rgb(171,98,208); }

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

border-color css

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

 span { border-color: rgb(171,98,208); }

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