Html Css Color HEX #AB52ED Medium Orchid

📋 copy color: '#AB52ED'

red 171 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #AB52ED

Tints of Medium Orchid #AB52ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.73%

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

R = 34.9%
G = 16.73%
B = 48.37%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB52ED (or 0xAB52ED) is known color: Medium Orchid. HEX triplet: AB, 52 and ED. RGB value is (171,82,237). Sum of RGB (Red+Green+Blue) = 171+82+237=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB52ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52ED is #54AD12. Grayscale: #7D7D7D. Windows color (decimal): -5549331 or 15553195. OLE color: 15553195.

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

Color convert

RGB 171 82 237 -
CMYK 0.28 0.65 0 0.07
HSL 274.45º 0.81% 0.63% -
HSV(B) 274.45º 0.65% 0.93% -
XYZ 35.1 20.81 82.29 -
YUV 126.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 171 82 237 0.28 0.65 0 0.07 274.45 0.81 0.63
Hex AB 52 ED 1C 41 0 7 112 51 3F
Octal 253 122 355 34 101 0 7 422 121 77
Binary 10101011 1010010 11101101 11100 1000001 0 111 100010010 1010001 111111

Color Harmonies of #AB52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52ED

Black with #AB52ED

Text Example


Text Example

White with #AB52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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