Html Css Color HEX #A574EE Medium Purple

📋 copy color: '#A574EE'

red 165 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #A574EE

Tints of Medium Purple #A574EE

RGB

 RED value IS 165 (64.84% from 255) = 31.79%

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

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

R = 31.79%
G = 22.35%
B = 45.86%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A574EE (or 0xA574EE) is known color: Medium Purple. HEX triplet: A5, 74 and EE. RGB value is (165,116,238). Sum of RGB (Red+Green+Blue) = 165+116+238=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A574EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574EE is #5A8B11. Grayscale: #909090. Windows color (decimal): -5933842 or 15627429. OLE color: 15627429.

HSL color Cylindrical-coordinate representation of color #A574EE: hue angle of 264.1º 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 #A574EE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 116 238 -
CMYK 0.31 0.51 0 0.07
HSL 264.1º 0.78% 0.69% -
HSV(B) 264.1º 0.51% 0.93% -
XYZ 37.2 26.66 84.08 -
YUV 144.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 165 116 238 0.31 0.51 0 0.07 264.1 0.78 0.69
Hex A5 74 EE 1F 33 0 7 108 4E 45
Octal 245 164 356 37 63 0 7 410 116 105
Binary 10100101 1110100 11101110 11111 110011 0 111 100001000 1001110 1000101

Color Harmonies of #A574EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574EE

Black with #A574EE

Text Example


Text Example

White with #A574EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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