Html Css Color HEX #AB5AF1 Medium Orchid

📋 copy color: '#AB5AF1'

red 171 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #AB5AF1

Tints of Medium Orchid #AB5AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 34.06%
G = 17.93%
B = 48.01%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB5AF1 (or 0xAB5AF1) is known color: Medium Orchid. HEX triplet: AB, 5A and F1. RGB value is (171,90,241). Sum of RGB (Red+Green+Blue) = 171+90+241=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB5AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF1 is #54A50E. Grayscale: #828282. Windows color (decimal): -5547279 or 15817387. OLE color: 15817387.

HSL color Cylindrical-coordinate representation of color #AB5AF1: hue angle of 272.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5AF1 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 90 241 -
CMYK 0.29 0.63 0 0.05
HSL 272.19º 0.84% 0.65% -
HSV(B) 272.19º 0.63% 0.95% -
XYZ 36.33 22.32 85.61 -
YUV 131.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 171 90 241 0.29 0.63 0 0.05 272.19 0.84 0.65
Hex AB 5A F1 1D 3F 0 5 110 54 41
Octal 253 132 361 35 77 0 5 420 124 101
Binary 10101011 1011010 11110001 11101 111111 0 101 100010000 1010100 1000001

Color Harmonies of #AB5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AF1

Black with #AB5AF1

Text Example


Text Example

White with #AB5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AF1; }

 p { color: rgb(171,90,241); }

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

background-color css

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

 a { background-color: rgb(171,90,241); }

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

border-color css

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

 span { border-color: rgb(171,90,241); }

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