Html Css Color HEX #A475E6 Medium Purple

📋 copy color: '#A475E6'

red 164 ◦ green 117 ◦ blue 230

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

Shades of Medium Purple #A475E6

Tints of Medium Purple #A475E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.01%

R = 32.09%
G = 22.9%
B = 45.01%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A475E6 (or 0xA475E6) is known color: Medium Purple. HEX triplet: A4, 75 and E6. RGB value is (164,117,230). Sum of RGB (Red+Green+Blue) = 164+117+230=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #A475E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475E6 is #5B8A19. Grayscale: #8F8F8F. Windows color (decimal): -5999130 or 15103396. OLE color: 15103396.

HSL color Cylindrical-coordinate representation of color #A475E6: hue angle of 264.96º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A475E6 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 117 230 -
CMYK 0.29 0.49 0 0.10
HSL 264.96º 0.69% 0.68% -
HSV(B) 264.96º 0.49% 0.9% -
XYZ 35.95 26.33 78.05 -
YUV 143.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 164 117 230 0.29 0.49 0 0.10 264.96 0.69 0.68
Hex A4 75 E6 1D 31 0 A 109 45 44
Octal 244 165 346 35 61 0 12 411 105 104
Binary 10100100 1110101 11100110 11101 110001 0 1010 100001001 1000101 1000100

Color Harmonies of #A475E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475E6

Black with #A475E6

Text Example


Text Example

White with #A475E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475E6; }

 p { color: rgb(164,117,230); }

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

background-color css

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

 a { background-color: rgb(164,117,230); }

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

border-color css

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

 span { border-color: rgb(164,117,230); }

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