Html Css Color HEX #AB52FE Medium Orchid

📋 copy color: '#AB52FE'

red 171 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #AB52FE

Tints of Medium Orchid #AB52FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 33.73%
G = 16.17%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB52FE (or 0xAB52FE) is known color: Medium Orchid. HEX triplet: AB, 52 and FE. RGB value is (171,82,254). Sum of RGB (Red+Green+Blue) = 171+82+254=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52FE is #54AD01. Grayscale: #7F7F7F. Windows color (decimal): -5549314 or 16667307. OLE color: 16667307.

HSL color Cylindrical-coordinate representation of color #AB52FE: hue angle of 271.05º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB52FE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 82 254 -
CMYK 0.33 0.68 0 0.00
HSL 271.05º 0.99% 0.66% -
HSV(B) 271.05º 0.68% 1% -
XYZ 37.7 21.85 96 -
YUV 128.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 171 82 254 0.33 0.68 0 0.00 271.05 0.99 0.66
Hex AB 52 FE 21 44 0 0 10F 63 42
Octal 253 122 376 41 104 0 0 417 143 102
Binary 10101011 1010010 11111110 100001 1000100 0 0 100001111 1100011 1000010

Color Harmonies of #AB52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52FE

Black with #AB52FE

Text Example


Text Example

White with #AB52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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