Html Css Color HEX #A674EA Medium Purple

📋 copy color: '#A674EA'

red 166 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #A674EA

Tints of Medium Purple #A674EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 32.17%
G = 22.48%
B = 45.35%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A674EA (or 0xA674EA) is known color: Medium Purple. HEX triplet: A6, 74 and EA. RGB value is (166,116,234). Sum of RGB (Red+Green+Blue) = 166+116+234=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #A674EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674EA is #598B15. Grayscale: #8F8F8F. Windows color (decimal): -5868310 or 15365286. OLE color: 15365286.

HSL color Cylindrical-coordinate representation of color #A674EA: hue angle of 265.42º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A674EA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 116 234 -
CMYK 0.29 0.50 0 0.08
HSL 265.42º 0.74% 0.69% -
HSV(B) 265.42º 0.5% 0.92% -
XYZ 36.82 26.54 81.02 -
YUV 144.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 166 116 234 0.29 0.50 0 0.08 265.42 0.74 0.69
Hex A6 74 EA 1D 32 0 8 109 4A 45
Octal 246 164 352 35 62 0 10 411 112 105
Binary 10100110 1110100 11101010 11101 110010 0 1000 100001001 1001010 1000101

Color Harmonies of #A674EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674EA

Black with #A674EA

Text Example


Text Example

White with #A674EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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