Html Css Color HEX #AB54FF Medium Orchid

📋 copy color: '#AB54FF'

red 171 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #AB54FF

Tints of Medium Orchid #AB54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.47%

 BLUE value IS 255 (100% from 255) = 50%

R = 33.53%
G = 16.47%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB54FF (or 0xAB54FF) is known color: Medium Orchid. HEX triplet: AB, 54 and FF. RGB value is (171,84,255). Sum of RGB (Red+Green+Blue) = 171+84+255=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54FF is #54AB00. Grayscale: #808080. Windows color (decimal): -5548801 or 16733355. OLE color: 16733355.

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

Color convert

RGB 171 84 255 -
CMYK 0.33 0.67 0 0
HSL 270.53º 1% 0.66% -
HSV(B) 270.53º 0.67% 1% -
XYZ 38.01 22.22 96.89 -
YUV 129.51 198.82 157.6 -
System Red Green Blue C M Y K H S L
Decimal 171 84 255 0.33 0.67 0 0 270.53 1 0.66
Hex AB 54 FF 21 43 0 0 10F 64 42
Octal 253 124 377 41 103 0 0 417 144 102
Binary 10101011 1010100 11111111 100001 1000011 0 0 100001111 1100100 1000010

Color Harmonies of #AB54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54FF

Black with #AB54FF

Text Example


Text Example

White with #AB54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54FF; }

 p { color: rgb(171,84,255); }

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

background-color css

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

 a { background-color: rgb(171,84,255); }

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

border-color css

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

 span { border-color: rgb(171,84,255); }

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