Html Css Color HEX #AB4AFF Medium Orchid

📋 copy color: '#AB4AFF'

red 171 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #AB4AFF

Tints of Medium Orchid #AB4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

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

R = 34.2%
G = 14.8%
B = 51%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB4AFF (or 0xAB4AFF) is known color: Medium Orchid. HEX triplet: AB, 4A and FF. RGB value is (171,74,255). Sum of RGB (Red+Green+Blue) = 171+74+255=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AFF is #54B500. Grayscale: #7B7B7B. Windows color (decimal): -5551361 or 16730795. OLE color: 16730795.

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

Color convert

RGB 171 74 255 -
CMYK 0.33 0.71 0 0
HSL 272.15º 1% 0.65% -
HSV(B) 272.15º 0.71% 1% -
XYZ 37.29 20.78 96.65 -
YUV 123.64 202.14 161.78 -
System Red Green Blue C M Y K H S L
Decimal 171 74 255 0.33 0.71 0 0 272.15 1 0.65
Hex AB 4A FF 21 47 0 0 110 64 41
Octal 253 112 377 41 107 0 0 420 144 101
Binary 10101011 1001010 11111111 100001 1000111 0 0 100010000 1100100 1000001

Color Harmonies of #AB4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AFF

Black with #AB4AFF

Text Example


Text Example

White with #AB4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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