Html Css Color HEX #AB52D2 Medium Orchid

📋 copy color: '#AB52D2'

red 171 ◦ green 82 ◦ blue 210

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

Shades of Medium Orchid #AB52D2

Tints of Medium Orchid #AB52D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 36.93%
G = 17.71%
B = 45.36%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB52D2 (or 0xAB52D2) is known color: Medium Orchid. HEX triplet: AB, 52 and D2. RGB value is (171,82,210). Sum of RGB (Red+Green+Blue) = 171+82+210=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB52D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52D2 is #54AD2D. Grayscale: #7A7A7A. Windows color (decimal): -5549358 or 13783723. OLE color: 13783723.

HSL color Cylindrical-coordinate representation of color #AB52D2: hue angle of 281.72º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB52D2 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 82 210 -
CMYK 0.19 0.61 0 0.18
HSL 281.72º 0.59% 0.57% -
HSV(B) 281.72º 0.61% 0.82% -
XYZ 31.44 19.35 63.05 -
YUV 123.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 171 82 210 0.19 0.61 0 0.18 281.72 0.59 0.57
Hex AB 52 D2 13 3D 0 12 11A 3B 39
Octal 253 122 322 23 75 0 22 432 73 71
Binary 10101011 1010010 11010010 10011 111101 0 10010 100011010 111011 111001

Color Harmonies of #AB52D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52D2

Black with #AB52D2

Text Example


Text Example

White with #AB52D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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