Html Css Color HEX #A574EB Medium Purple

📋 copy color: '#A574EB'

red 165 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #A574EB

Tints of Medium Purple #A574EB

RGB

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

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

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

R = 31.98%
G = 22.48%
B = 45.54%

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

#A574EB (or 0xA574EB) is known color: Medium Purple. HEX triplet: A5, 74 and EB. RGB value is (165,116,235). Sum of RGB (Red+Green+Blue) = 165+116+235=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A574EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574EB is #5A8B14. Grayscale: #8F8F8F. Windows color (decimal): -5933845 or 15430821. OLE color: 15430821.

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

Color convert

RGB 165 116 235 -
CMYK 0.30 0.51 0 0.08
HSL 264.71º 0.75% 0.69% -
HSV(B) 264.71º 0.51% 0.92% -
XYZ 36.76 26.49 81.77 -
YUV 144.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 165 116 235 0.30 0.51 0 0.08 264.71 0.75 0.69
Hex A5 74 EB 1E 33 0 8 109 4B 45
Octal 245 164 353 36 63 0 10 411 113 105
Binary 10100101 1110100 11101011 11110 110011 0 1000 100001001 1001011 1000101

Color Harmonies of #A574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574EB

Black with #A574EB

Text Example


Text Example

White with #A574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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