Html Css Color HEX #AB45F0 Medium Orchid

📋 copy color: '#AB45F0'

red 171 ◦ green 69 ◦ blue 240

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

Shades of Medium Orchid #AB45F0

Tints of Medium Orchid #AB45F0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.38%

 BLUE value IS 240 (94.14% from 255) = 50%

R = 35.63%
G = 14.38%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB45F0 (or 0xAB45F0) is known color: Medium Orchid. HEX triplet: AB, 45 and F0. RGB value is (171,69,240). Sum of RGB (Red+Green+Blue) = 171+69+240=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB45F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45F0 is #54BA0F. Grayscale: #767676. Windows color (decimal): -5552656 or 15746475. OLE color: 15746475.

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

Color convert

RGB 171 69 240 -
CMYK 0.29 0.71 0 0.06
HSL 275.79º 0.85% 0.61% -
HSV(B) 275.79º 0.71% 0.94% -
XYZ 34.65 19.21 84.32 -
YUV 118.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 171 69 240 0.29 0.71 0 0.06 275.79 0.85 0.61
Hex AB 45 F0 1D 47 0 6 114 55 3D
Octal 253 105 360 35 107 0 6 424 125 75
Binary 10101011 1000101 11110000 11101 1000111 0 110 100010100 1010101 111101

Color Harmonies of #AB45F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45F0

Black with #AB45F0

Text Example


Text Example

White with #AB45F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45F0; }

 p { color: rgb(171,69,240); }

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

background-color css

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

 a { background-color: rgb(171,69,240); }

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

border-color css

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

 span { border-color: rgb(171,69,240); }

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