Html Css Color HEX #AB44F2 Medium Orchid

📋 copy color: '#AB44F2'

red 171 ◦ green 68 ◦ blue 242

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

Shades of Medium Orchid #AB44F2

Tints of Medium Orchid #AB44F2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.14%

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

R = 35.55%
G = 14.14%
B = 50.31%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB44F2 (or 0xAB44F2) is known color: Medium Orchid. HEX triplet: AB, 44 and F2. RGB value is (171,68,242). Sum of RGB (Red+Green+Blue) = 171+68+242=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB44F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB44F2 is #54BB0D. Grayscale: #767676. Windows color (decimal): -5552910 or 15877291. OLE color: 15877291.

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

Color convert

RGB 171 68 242 -
CMYK 0.29 0.72 0 0.05
HSL 275.52º 0.87% 0.61% -
HSV(B) 275.52º 0.72% 0.95% -
XYZ 34.89 19.2 85.87 -
YUV 118.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 171 68 242 0.29 0.72 0 0.05 275.52 0.87 0.61
Hex AB 44 F2 1D 48 0 5 114 57 3D
Octal 253 104 362 35 110 0 5 424 127 75
Binary 10101011 1000100 11110010 11101 1001000 0 101 100010100 1010111 111101

Color Harmonies of #AB44F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44F2

Black with #AB44F2

Text Example


Text Example

White with #AB44F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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