Html Css Color HEX #AB46F2 Medium Orchid

📋 copy color: '#AB46F2'

red 171 ◦ green 70 ◦ blue 242

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

Shades of Medium Orchid #AB46F2

Tints of Medium Orchid #AB46F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 35.4%
G = 14.49%
B = 50.1%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB46F2 (or 0xAB46F2) is known color: Medium Orchid. HEX triplet: AB, 46 and F2. RGB value is (171,70,242). Sum of RGB (Red+Green+Blue) = 171+70+242=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB46F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46F2 is #54B90D. Grayscale: #777777. Windows color (decimal): -5552398 or 15877803. OLE color: 15877803.

HSL color Cylindrical-coordinate representation of color #AB46F2: hue angle of 275.23º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB46F2 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 70 242 -
CMYK 0.29 0.71 0 0.05
HSL 275.23º 0.87% 0.61% -
HSV(B) 275.23º 0.71% 0.95% -
XYZ 35.01 19.45 85.91 -
YUV 119.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 171 70 242 0.29 0.71 0 0.05 275.23 0.87 0.61
Hex AB 46 F2 1D 47 0 5 113 57 3D
Octal 253 106 362 35 107 0 5 423 127 75
Binary 10101011 1000110 11110010 11101 1000111 0 101 100010011 1010111 111101

Color Harmonies of #AB46F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46F2

Black with #AB46F2

Text Example


Text Example

White with #AB46F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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