Html Css Color HEX #A569E2 Medium Purple

📋 copy color: '#A569E2'

red 165 ◦ green 105 ◦ blue 226

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

Shades of Medium Purple #A569E2

Tints of Medium Purple #A569E2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

 BLUE value IS 226 (88.67% from 255) = 45.56%

R = 33.27%
G = 21.17%
B = 45.56%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A569E2 (or 0xA569E2) is known color: Medium Purple. HEX triplet: A5, 69 and E2. RGB value is (165,105,226). Sum of RGB (Red+Green+Blue) = 165+105+226=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #A569E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569E2 is #5A961D. Grayscale: #888888. Windows color (decimal): -5936670 or 14838181. OLE color: 14838181.

HSL color Cylindrical-coordinate representation of color #A569E2: hue angle of 269.75º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A569E2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 105 226 -
CMYK 0.27 0.54 0 0.11
HSL 269.75º 0.68% 0.65% -
HSV(B) 269.75º 0.54% 0.89% -
XYZ 34.3 23.59 74.7 -
YUV 136.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 165 105 226 0.27 0.54 0 0.11 269.75 0.68 0.65
Hex A5 69 E2 1B 36 0 B 10E 44 41
Octal 245 151 342 33 66 0 13 416 104 101
Binary 10100101 1101001 11100010 11011 110110 0 1011 100001110 1000100 1000001

Color Harmonies of #A569E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A569E2

Black with #A569E2

Text Example


Text Example

White with #A569E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A569E2; }

 p { color: rgb(165,105,226); }

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

background-color css

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

 a { background-color: rgb(165,105,226); }

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

border-color css

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

 span { border-color: rgb(165,105,226); }

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