Html Css Color HEX #AB4FE6 Medium Orchid

📋 copy color: '#AB4FE6'

red 171 ◦ green 79 ◦ blue 230

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

Shades of Medium Orchid #AB4FE6

Tints of Medium Orchid #AB4FE6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.46%

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 35.63%
G = 16.46%
B = 47.92%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB4FE6 (or 0xAB4FE6) is known color: Medium Orchid. HEX triplet: AB, 4F and E6. RGB value is (171,79,230). Sum of RGB (Red+Green+Blue) = 171+79+230=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB4FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FE6 is #54B019. Grayscale: #7B7B7B. Windows color (decimal): -5550106 or 15093675. OLE color: 15093675.

HSL color Cylindrical-coordinate representation of color #AB4FE6: hue angle of 276.56º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4FE6 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 79 230 -
CMYK 0.26 0.66 0 0.10
HSL 276.56º 0.75% 0.61% -
HSV(B) 276.56º 0.66% 0.9% -
XYZ 33.87 19.96 76.93 -
YUV 123.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 171 79 230 0.26 0.66 0 0.10 276.56 0.75 0.61
Hex AB 4F E6 1A 42 0 A 115 4B 3D
Octal 253 117 346 32 102 0 12 425 113 75
Binary 10101011 1001111 11100110 11010 1000010 0 1010 100010101 1001011 111101

Color Harmonies of #AB4FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FE6

Black with #AB4FE6

Text Example


Text Example

White with #AB4FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FE6; }

 p { color: rgb(171,79,230); }

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

background-color css

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

 a { background-color: rgb(171,79,230); }

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

border-color css

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

 span { border-color: rgb(171,79,230); }

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