Html Css Color HEX #AB45ED Medium Orchid

📋 copy color: '#AB45ED'

red 171 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #AB45ED

Tints of Medium Orchid #AB45ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.47%

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

R = 35.85%
G = 14.47%
B = 49.69%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB45ED (or 0xAB45ED) is known color: Medium Orchid. HEX triplet: AB, 45 and ED. RGB value is (171,69,237). Sum of RGB (Red+Green+Blue) = 171+69+237=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB45ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45ED is #54BA12. Grayscale: #767676. Windows color (decimal): -5552659 or 15549867. OLE color: 15549867.

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

Color convert

RGB 171 69 237 -
CMYK 0.28 0.71 0 0.07
HSL 276.43º 0.82% 0.6% -
HSV(B) 276.43º 0.71% 0.93% -
XYZ 34.21 19.03 81.99 -
YUV 118.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 171 69 237 0.28 0.71 0 0.07 276.43 0.82 0.6
Hex AB 45 ED 1C 47 0 7 114 52 3C
Octal 253 105 355 34 107 0 7 424 122 74
Binary 10101011 1000101 11101101 11100 1000111 0 111 100010100 1010010 111100

Color Harmonies of #AB45ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45ED

Black with #AB45ED

Text Example


Text Example

White with #AB45ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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