Html Css Color HEX #A675EE Medium Purple

📋 copy color: '#A675EE'

red 166 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #A675EE

Tints of Medium Purple #A675EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 31.86%
G = 22.46%
B = 45.68%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A675EE (or 0xA675EE) is known color: Medium Purple. HEX triplet: A6, 75 and EE. RGB value is (166,117,238). Sum of RGB (Red+Green+Blue) = 166+117+238=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A675EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675EE is #598A11. Grayscale: #919191. Windows color (decimal): -5868050 or 15627686. OLE color: 15627686.

HSL color Cylindrical-coordinate representation of color #A675EE: hue angle of 264.3º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A675EE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 117 238 -
CMYK 0.30 0.51 0 0.07
HSL 264.3º 0.78% 0.7% -
HSV(B) 264.3º 0.51% 0.93% -
XYZ 37.52 27 84.12 -
YUV 145.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 166 117 238 0.30 0.51 0 0.07 264.3 0.78 0.7
Hex A6 75 EE 1E 33 0 7 108 4E 46
Octal 246 165 356 36 63 0 7 410 116 106
Binary 10100110 1110101 11101110 11110 110011 0 111 100001000 1001110 1000110

Color Harmonies of #A675EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675EE

Black with #A675EE

Text Example


Text Example

White with #A675EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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