Html Css Color HEX #AD44FC Medium Orchid

📋 copy color: '#AD44FC'

red 173 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #AD44FC

Tints of Medium Orchid #AD44FC

RGB

 RED value IS 173 (67.97% from 255) = 35.09%

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

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 35.09%
G = 13.79%
B = 51.12%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD44FC (or 0xAD44FC) is known color: Medium Orchid. HEX triplet: AD, 44 and FC. RGB value is (173,68,252). Sum of RGB (Red+Green+Blue) = 173+68+252=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD44FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44FC is #52BB03. Grayscale: #777777. Windows color (decimal): -5421828 or 16532653. OLE color: 16532653.

HSL color Cylindrical-coordinate representation of color #AD44FC: hue angle of 274.24º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD44FC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 68 252 -
CMYK 0.31 0.73 0 0.01
HSL 274.24º 0.97% 0.63% -
HSV(B) 274.24º 0.73% 0.99% -
XYZ 36.87 20.05 94.02 -
YUV 120.37 202.29 165.54 -
System Red Green Blue C M Y K H S L
Decimal 173 68 252 0.31 0.73 0 0.01 274.24 0.97 0.63
Hex AD 44 FC 1F 49 0 1 112 61 3F
Octal 255 104 374 37 111 0 1 422 141 77
Binary 10101101 1000100 11111100 11111 1001001 0 1 100010010 1100001 111111

Color Harmonies of #AD44FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD44FC

Black with #AD44FC

Text Example


Text Example

White with #AD44FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD44FC; }

 p { color: rgb(173,68,252); }

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

background-color css

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

 a { background-color: rgb(173,68,252); }

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

border-color css

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

 span { border-color: rgb(173,68,252); }

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