Html Css Color HEX #AD7BF3 Medium Purple

📋 copy color: '#AD7BF3'

red 173 ◦ green 123 ◦ blue 243

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

Shades of Medium Purple #AD7BF3

Tints of Medium Purple #AD7BF3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 32.1%
G = 22.82%
B = 45.08%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7BF3 (or 0xAD7BF3) is known color: Medium Purple. HEX triplet: AD, 7B and F3. RGB value is (173,123,243). Sum of RGB (Red+Green+Blue) = 173+123+243=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD7BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BF3 is #52840C. Grayscale: #979797. Windows color (decimal): -5407757 or 15956909. OLE color: 15956909.

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

Color convert

RGB 173 123 243 -
CMYK 0.29 0.49 0 0.05
HSL 265º 0.83% 0.72% -
HSV(B) 265º 0.49% 0.95% -
XYZ 40.49 29.52 88.36 -
YUV 151.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 173 123 243 0.29 0.49 0 0.05 265 0.83 0.72
Hex AD 7B F3 1D 31 0 5 109 53 48
Octal 255 173 363 35 61 0 5 411 123 110
Binary 10101101 1111011 11110011 11101 110001 0 101 100001001 1010011 1001000

Color Harmonies of #AD7BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BF3

Black with #AD7BF3

Text Example


Text Example

White with #AD7BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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