Html Css Color HEX #AB48ED Medium Orchid

📋 copy color: '#AB48ED'

red 171 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #AB48ED

Tints of Medium Orchid #AB48ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15%

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

R = 35.63%
G = 15%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB48ED (or 0xAB48ED) is known color: Medium Orchid. HEX triplet: AB, 48 and ED. RGB value is (171,72,237). Sum of RGB (Red+Green+Blue) = 171+72+237=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB48ED is #54B712. Grayscale: #777777. Windows color (decimal): -5551891 or 15550635. OLE color: 15550635.

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

Color convert

RGB 171 72 237 -
CMYK 0.28 0.70 0 0.07
HSL 276º 0.82% 0.61% -
HSV(B) 276º 0.7% 0.93% -
XYZ 34.4 19.41 82.05 -
YUV 120.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 171 72 237 0.28 0.70 0 0.07 276 0.82 0.61
Hex AB 48 ED 1C 46 0 7 114 52 3D
Octal 253 110 355 34 106 0 7 424 122 75
Binary 10101011 1001000 11101101 11100 1000110 0 111 100010100 1010010 111101

Color Harmonies of #AB48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48ED

Black with #AB48ED

Text Example


Text Example

White with #AB48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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