Html Css Color HEX #AB55FF Medium Orchid

📋 copy color: '#AB55FF'

red 171 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #AB55FF

Tints of Medium Orchid #AB55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.63%

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

R = 33.46%
G = 16.63%
B = 49.9%

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

#AB55FF (or 0xAB55FF) is known color: Medium Orchid. HEX triplet: AB, 55 and FF. RGB value is (171,85,255). Sum of RGB (Red+Green+Blue) = 171+85+255=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FF is #54AA00. Grayscale: #818181. Windows color (decimal): -5548545 or 16733611. OLE color: 16733611.

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

Color convert

RGB 171 85 255 -
CMYK 0.33 0.67 0 0
HSL 270.35º 1% 0.67% -
HSV(B) 270.35º 0.67% 1% -
XYZ 38.09 22.37 96.92 -
YUV 130.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 171 85 255 0.33 0.67 0 0 270.35 1 0.67
Hex AB 55 FF 21 43 0 0 10E 64 43
Octal 253 125 377 41 103 0 0 416 144 103
Binary 10101011 1010101 11111111 100001 1000011 0 0 100001110 1100100 1000011

Color Harmonies of #AB55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55FF

Black with #AB55FF

Text Example


Text Example

White with #AB55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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