Html Css Color HEX #AD6BFA Medium Purple

📋 copy color: '#AD6BFA'

red 173 ◦ green 107 ◦ blue 250

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

Shades of Medium Purple #AD6BFA

Tints of Medium Purple #AD6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 32.64%
G = 20.19%
B = 47.17%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD6BFA (or 0xAD6BFA) is known color: Medium Purple. HEX triplet: AD, 6B and FA. RGB value is (173,107,250). Sum of RGB (Red+Green+Blue) = 173+107+250=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD6BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BFA is #529405. Grayscale: #8E8E8E. Windows color (decimal): -5411846 or 16411565. OLE color: 16411565.

HSL color Cylindrical-coordinate representation of color #AD6BFA: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6BFA is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 107 250 -
CMYK 0.31 0.57 0 0.02
HSL 267.69º 0.93% 0.7% -
HSV(B) 267.69º 0.57% 0.98% -
XYZ 39.75 26.3 93.42 -
YUV 143.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 173 107 250 0.31 0.57 0 0.02 267.69 0.93 0.7
Hex AD 6B FA 1F 39 0 2 10C 5D 46
Octal 255 153 372 37 71 0 2 414 135 106
Binary 10101101 1101011 11111010 11111 111001 0 10 100001100 1011101 1000110

Color Harmonies of #AD6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BFA

Black with #AD6BFA

Text Example


Text Example

White with #AD6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BFA; }

 p { color: rgb(173,107,250); }

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

background-color css

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

 a { background-color: rgb(173,107,250); }

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

border-color css

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

 span { border-color: rgb(173,107,250); }

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