Html Css Color HEX #AB46F5 Medium Orchid

📋 copy color: '#AB46F5'

red 171 ◦ green 70 ◦ blue 245

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

Shades of Medium Orchid #AB46F5

Tints of Medium Orchid #AB46F5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.4%

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

R = 35.19%
G = 14.4%
B = 50.41%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB46F5 (or 0xAB46F5) is known color: Medium Orchid. HEX triplet: AB, 46 and F5. RGB value is (171,70,245). Sum of RGB (Red+Green+Blue) = 171+70+245=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB46F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46F5 is #54B90A. Grayscale: #777777. Windows color (decimal): -5552395 or 16074411. OLE color: 16074411.

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

Color convert

RGB 171 70 245 -
CMYK 0.30 0.71 0 0.04
HSL 274.63º 0.9% 0.62% -
HSV(B) 274.63º 0.71% 0.96% -
XYZ 35.47 19.63 88.31 -
YUV 120.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 171 70 245 0.30 0.71 0 0.04 274.63 0.9 0.62
Hex AB 46 F5 1E 47 0 4 113 5A 3E
Octal 253 106 365 36 107 0 4 423 132 76
Binary 10101011 1000110 11110101 11110 1000111 0 100 100010011 1011010 111110

Color Harmonies of #AB46F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46F5

Black with #AB46F5

Text Example


Text Example

White with #AB46F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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