Html Css Color HEX #AB52FA Medium Orchid

📋 copy color: '#AB52FA'

red 171 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #AB52FA

Tints of Medium Orchid #AB52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 34%
G = 16.3%
B = 49.7%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB52FA (or 0xAB52FA) is known color: Medium Orchid. HEX triplet: AB, 52 and FA. RGB value is (171,82,250). Sum of RGB (Red+Green+Blue) = 171+82+250=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB52FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52FA is #54AD05. Grayscale: #7F7F7F. Windows color (decimal): -5549318 or 16405163. OLE color: 16405163.

HSL color Cylindrical-coordinate representation of color #AB52FA: hue angle of 271.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB52FA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 82 250 -
CMYK 0.32 0.67 0 0.02
HSL 271.79º 0.94% 0.65% -
HSV(B) 271.79º 0.67% 0.98% -
XYZ 37.07 21.59 92.66 -
YUV 127.76 196.99 158.84 -
System Red Green Blue C M Y K H S L
Decimal 171 82 250 0.32 0.67 0 0.02 271.79 0.94 0.65
Hex AB 52 FA 20 43 0 2 110 5E 41
Octal 253 122 372 40 103 0 2 420 136 101
Binary 10101011 1010010 11111010 100000 1000011 0 10 100010000 1011110 1000001

Color Harmonies of #AB52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52FA

Black with #AB52FA

Text Example


Text Example

White with #AB52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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