Html Css Color HEX #A675DE Medium Purple

📋 copy color: '#A675DE'

red 166 ◦ green 117 ◦ blue 222

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

Shades of Medium Purple #A675DE

Tints of Medium Purple #A675DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 32.87%
G = 23.17%
B = 43.96%

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

#A675DE (or 0xA675DE) is known color: Medium Purple. HEX triplet: A6, 75 and DE. RGB value is (166,117,222). Sum of RGB (Red+Green+Blue) = 166+117+222=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #A675DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675DE is #598A21. Grayscale: #8F8F8F. Windows color (decimal): -5868066 or 14579110. OLE color: 14579110.

HSL color Cylindrical-coordinate representation of color #A675DE: hue angle of 268º degrees, saturation: 0.61, 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 #A675DE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 117 222 -
CMYK 0.25 0.47 0 0.13
HSL 268º 0.61% 0.66% -
HSV(B) 268º 0.47% 0.87% -
XYZ 35.27 26.1 72.29 -
YUV 143.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 166 117 222 0.25 0.47 0 0.13 268 0.61 0.66
Hex A6 75 DE 19 2F 0 D 10C 3D 42
Octal 246 165 336 31 57 0 15 414 75 102
Binary 10100110 1110101 11011110 11001 101111 0 1101 100001100 111101 1000010

Color Harmonies of #A675DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675DE

Black with #A675DE

Text Example


Text Example

White with #A675DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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