Html Css Color HEX #AB5AF5 Medium Orchid

📋 copy color: '#AB5AF5'

red 171 ◦ green 90 ◦ blue 245

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

Shades of Medium Orchid #AB5AF5

Tints of Medium Orchid #AB5AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.42%

R = 33.79%
G = 17.79%
B = 48.42%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB5AF5 (or 0xAB5AF5) is known color: Medium Orchid. HEX triplet: AB, 5A and F5. RGB value is (171,90,245). Sum of RGB (Red+Green+Blue) = 171+90+245=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB5AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF5 is #54A50A. Grayscale: #838383. Windows color (decimal): -5547275 or 16079531. OLE color: 16079531.

HSL color Cylindrical-coordinate representation of color #AB5AF5: hue angle of 271.35º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5AF5 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 90 245 -
CMYK 0.30 0.63 0 0.04
HSL 271.35º 0.89% 0.66% -
HSV(B) 271.35º 0.63% 0.96% -
XYZ 36.93 22.56 88.79 -
YUV 131.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 171 90 245 0.30 0.63 0 0.04 271.35 0.89 0.66
Hex AB 5A F5 1E 3F 0 4 10F 59 42
Octal 253 132 365 36 77 0 4 417 131 102
Binary 10101011 1011010 11110101 11110 111111 0 100 100001111 1011001 1000010

Color Harmonies of #AB5AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AF5

Black with #AB5AF5

Text Example


Text Example

White with #AB5AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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