Html Css Color HEX #AB40ED Medium Orchid

📋 copy color: '#AB40ED'

red 171 ◦ green 64 ◦ blue 237

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

Shades of Medium Orchid #AB40ED

Tints of Medium Orchid #AB40ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 36.23%
G = 13.56%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB40ED (or 0xAB40ED) is known color: Medium Orchid. HEX triplet: AB, 40 and ED. RGB value is (171,64,237). Sum of RGB (Red+Green+Blue) = 171+64+237=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB40ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40ED is #54BF12. Grayscale: #737373. Windows color (decimal): -5553939 or 15548587. OLE color: 15548587.

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

Color convert

RGB 171 64 237 -
CMYK 0.28 0.73 0 0.07
HSL 277.11º 0.83% 0.59% -
HSV(B) 277.11º 0.73% 0.93% -
XYZ 33.91 18.44 81.89 -
YUV 115.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 171 64 237 0.28 0.73 0 0.07 277.11 0.83 0.59
Hex AB 40 ED 1C 49 0 7 115 53 3B
Octal 253 100 355 34 111 0 7 425 123 73
Binary 10101011 1000000 11101101 11100 1001001 0 111 100010101 1010011 111011

Color Harmonies of #AB40ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40ED

Black with #AB40ED

Text Example


Text Example

White with #AB40ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40ED; }

 p { color: rgb(171,64,237); }

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

background-color css

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

 a { background-color: rgb(171,64,237); }

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

border-color css

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

 span { border-color: rgb(171,64,237); }

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