Html Css Color HEX #AD4BF3 Medium Orchid

📋 copy color: '#AD4BF3'

red 173 ◦ green 75 ◦ blue 243

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

Shades of Medium Orchid #AD4BF3

Tints of Medium Orchid #AD4BF3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.27%

 BLUE value IS 243 (95.31% from 255) = 49.49%

R = 35.23%
G = 15.27%
B = 49.49%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD4BF3 (or 0xAD4BF3) is known color: Medium Orchid. HEX triplet: AD, 4B and F3. RGB value is (173,75,243). Sum of RGB (Red+Green+Blue) = 173+75+243=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD4BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BF3 is #52B40C. Grayscale: #7A7A7A. Windows color (decimal): -5420045 or 15944621. OLE color: 15944621.

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

Color convert

RGB 173 75 243 -
CMYK 0.29 0.69 0 0.05
HSL 275º 0.88% 0.62% -
HSV(B) 275º 0.69% 0.95% -
XYZ 35.93 20.39 86.84 -
YUV 123.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 173 75 243 0.29 0.69 0 0.05 275 0.88 0.62
Hex AD 4B F3 1D 45 0 5 113 58 3E
Octal 255 113 363 35 105 0 5 423 130 76
Binary 10101101 1001011 11110011 11101 1000101 0 101 100010011 1011000 111110

Color Harmonies of #AD4BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4BF3

Black with #AD4BF3

Text Example


Text Example

White with #AD4BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4BF3; }

 p { color: rgb(173,75,243); }

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

background-color css

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

 a { background-color: rgb(173,75,243); }

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

border-color css

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

 span { border-color: rgb(173,75,243); }

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