Html Css Color HEX #AB4AF8 Medium Orchid

📋 copy color: '#AB4AF8'

red 171 ◦ green 74 ◦ blue 248

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

Shades of Medium Orchid #AB4AF8

Tints of Medium Orchid #AB4AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.3%

R = 34.69%
G = 15.01%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB4AF8 (or 0xAB4AF8) is known color: Medium Orchid. HEX triplet: AB, 4A and F8. RGB value is (171,74,248). Sum of RGB (Red+Green+Blue) = 171+74+248=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB4AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AF8 is #54B507. Grayscale: #7A7A7A. Windows color (decimal): -5551368 or 16272043. OLE color: 16272043.

HSL color Cylindrical-coordinate representation of color #AB4AF8: hue angle of 273.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4AF8 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 74 248 -
CMYK 0.31 0.70 0 0.03
HSL 273.45º 0.93% 0.63% -
HSV(B) 273.45º 0.7% 0.97% -
XYZ 36.19 20.33 90.82 -
YUV 122.84 198.64 162.35 -
System Red Green Blue C M Y K H S L
Decimal 171 74 248 0.31 0.70 0 0.03 273.45 0.93 0.63
Hex AB 4A F8 1F 46 0 3 111 5D 3F
Octal 253 112 370 37 106 0 3 421 135 77
Binary 10101011 1001010 11111000 11111 1000110 0 11 100010001 1011101 111111

Color Harmonies of #AB4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AF8

Black with #AB4AF8

Text Example


Text Example

White with #AB4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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