Html Css Color HEX #A474EB Medium Purple

📋 copy color: '#A474EB'

red 164 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #A474EB

Tints of Medium Purple #A474EB

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

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

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 31.84%
G = 22.52%
B = 45.63%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A474EB (or 0xA474EB) is known color: Medium Purple. HEX triplet: A4, 74 and EB. RGB value is (164,116,235). Sum of RGB (Red+Green+Blue) = 164+116+235=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #A474EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474EB is #5B8B14. Grayscale: #8F8F8F. Windows color (decimal): -5999381 or 15430820. OLE color: 15430820.

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

Color convert

RGB 164 116 235 -
CMYK 0.30 0.51 0 0.08
HSL 264.2º 0.75% 0.69% -
HSV(B) 264.2º 0.51% 0.92% -
XYZ 36.55 26.38 81.76 -
YUV 143.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 164 116 235 0.30 0.51 0 0.08 264.2 0.75 0.69
Hex A4 74 EB 1E 33 0 8 108 4B 45
Octal 244 164 353 36 63 0 10 410 113 105
Binary 10100100 1110100 11101011 11110 110011 0 1000 100001000 1001011 1000101

Color Harmonies of #A474EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474EB

Black with #A474EB

Text Example


Text Example

White with #A474EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474EB; }

 p { color: rgb(164,116,235); }

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

background-color css

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

 a { background-color: rgb(164,116,235); }

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

border-color css

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

 span { border-color: rgb(164,116,235); }

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