Html Css Color HEX #A674EE Medium Purple

📋 copy color: '#A674EE'

red 166 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #A674EE

Tints of Medium Purple #A674EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.31%

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

R = 31.92%
G = 22.31%
B = 45.77%

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

#A674EE (or 0xA674EE) is known color: Medium Purple. HEX triplet: A6, 74 and EE. RGB value is (166,116,238). Sum of RGB (Red+Green+Blue) = 166+116+238=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #A674EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674EE is #598B11. Grayscale: #909090. Windows color (decimal): -5868306 or 15627430. OLE color: 15627430.

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

Color convert

RGB 166 116 238 -
CMYK 0.30 0.51 0 0.07
HSL 264.59º 0.78% 0.69% -
HSV(B) 264.59º 0.51% 0.93% -
XYZ 37.4 26.77 84.08 -
YUV 144.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 166 116 238 0.30 0.51 0 0.07 264.59 0.78 0.69
Hex A6 74 EE 1E 33 0 7 109 4E 45
Octal 246 164 356 36 63 0 7 411 116 105
Binary 10100110 1110100 11101110 11110 110011 0 111 100001001 1001110 1000101

Color Harmonies of #A674EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674EE

Black with #A674EE

Text Example


Text Example

White with #A674EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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