Html Css Color HEX #AB52EF Medium Orchid

📋 copy color: '#AB52EF'

red 171 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #AB52EF

Tints of Medium Orchid #AB52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 34.76%
G = 16.67%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB52EF (or 0xAB52EF) is known color: Medium Orchid. HEX triplet: AB, 52 and EF. RGB value is (171,82,239). Sum of RGB (Red+Green+Blue) = 171+82+239=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52EF is #54AD10. Grayscale: #7D7D7D. Windows color (decimal): -5549329 or 15684267. OLE color: 15684267.

HSL color Cylindrical-coordinate representation of color #AB52EF: hue angle of 274.01º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB52EF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 82 239 -
CMYK 0.28 0.66 0 0.06
HSL 274.01º 0.83% 0.63% -
HSV(B) 274.01º 0.66% 0.94% -
XYZ 35.39 20.92 83.83 -
YUV 126.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 171 82 239 0.28 0.66 0 0.06 274.01 0.83 0.63
Hex AB 52 EF 1C 42 0 6 112 53 3F
Octal 253 122 357 34 102 0 6 422 123 77
Binary 10101011 1010010 11101111 11100 1000010 0 110 100010010 1010011 111111

Color Harmonies of #AB52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52EF

Black with #AB52EF

Text Example


Text Example

White with #AB52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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