Html Css Color HEX #AB5AF4 Medium Orchid

📋 copy color: '#AB5AF4'

red 171 ◦ green 90 ◦ blue 244

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

Shades of Medium Orchid #AB5AF4

Tints of Medium Orchid #AB5AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.32%

R = 33.86%
G = 17.82%
B = 48.32%

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

#AB5AF4 (or 0xAB5AF4) is known color: Medium Orchid. HEX triplet: AB, 5A and F4. RGB value is (171,90,244). Sum of RGB (Red+Green+Blue) = 171+90+244=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB5AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF4 is #54A50B. Grayscale: #838383. Windows color (decimal): -5547276 or 16013995. OLE color: 16013995.

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

Color convert

RGB 171 90 244 -
CMYK 0.30 0.63 0 0.04
HSL 271.56º 0.88% 0.65% -
HSV(B) 271.56º 0.63% 0.96% -
XYZ 36.78 22.5 87.99 -
YUV 131.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 171 90 244 0.30 0.63 0 0.04 271.56 0.88 0.65
Hex AB 5A F4 1E 3F 0 4 110 58 41
Octal 253 132 364 36 77 0 4 420 130 101
Binary 10101011 1011010 11110100 11110 111111 0 100 100010000 1011000 1000001

Color Harmonies of #AB5AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AF4

Black with #AB5AF4

Text Example


Text Example

White with #AB5AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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