Html Css Color HEX #AB55FD Medium Orchid

📋 copy color: '#AB55FD'

red 171 ◦ green 85 ◦ blue 253

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

Shades of Medium Orchid #AB55FD

Tints of Medium Orchid #AB55FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 33.6%
G = 16.7%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB55FD (or 0xAB55FD) is known color: Medium Orchid. HEX triplet: AB, 55 and FD. RGB value is (171,85,253). Sum of RGB (Red+Green+Blue) = 171+85+253=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FD is #54AA02. Grayscale: #818181. Windows color (decimal): -5548547 or 16602539. OLE color: 16602539.

HSL color Cylindrical-coordinate representation of color #AB55FD: hue angle of 270.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB55FD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 85 253 -
CMYK 0.32 0.66 0 0.01
HSL 270.71º 0.98% 0.66% -
HSV(B) 270.71º 0.66% 0.99% -
XYZ 37.77 22.25 95.23 -
YUV 129.87 197.49 157.34 -
System Red Green Blue C M Y K H S L
Decimal 171 85 253 0.32 0.66 0 0.01 270.71 0.98 0.66
Hex AB 55 FD 20 42 0 1 10F 62 42
Octal 253 125 375 40 102 0 1 417 142 102
Binary 10101011 1010101 11111101 100000 1000010 0 1 100001111 1100010 1000010

Color Harmonies of #AB55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55FD

Black with #AB55FD

Text Example


Text Example

White with #AB55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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