Html Css Color HEX #A675DD Medium Purple

📋 copy color: '#A675DD'

red 166 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #A675DD

Tints of Medium Purple #A675DD

RGB

 RED value IS 166 (65.23% from 255) = 32.94%

 GREEN value IS 117 (46.09% from 255) = 23.21%

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 32.94%
G = 23.21%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A675DD (or 0xA675DD) is known color: Medium Purple. HEX triplet: A6, 75 and DD. RGB value is (166,117,221). Sum of RGB (Red+Green+Blue) = 166+117+221=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #A675DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675DD is #598A22. Grayscale: #8F8F8F. Windows color (decimal): -5868067 or 14513574. OLE color: 14513574.

HSL color Cylindrical-coordinate representation of color #A675DD: hue angle of 268.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A675DD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 117 221 -
CMYK 0.25 0.47 0 0.13
HSL 268.27º 0.6% 0.66% -
HSV(B) 268.27º 0.47% 0.87% -
XYZ 35.14 26.05 71.58 -
YUV 143.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 166 117 221 0.25 0.47 0 0.13 268.27 0.6 0.66
Hex A6 75 DD 19 2F 0 D 10C 3C 42
Octal 246 165 335 31 57 0 15 414 74 102
Binary 10100110 1110101 11011101 11001 101111 0 1101 100001100 111100 1000010

Color Harmonies of #A675DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675DD

Black with #A675DD

Text Example


Text Example

White with #A675DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675DD; }

 p { color: rgb(166,117,221); }

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

background-color css

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

 a { background-color: rgb(166,117,221); }

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

border-color css

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

 span { border-color: rgb(166,117,221); }

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