Html Css Color HEX #A574DB Medium Purple

📋 copy color: '#A574DB'

red 165 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #A574DB

Tints of Medium Purple #A574DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 33%
G = 23.2%
B = 43.8%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A574DB (or 0xA574DB) is known color: Medium Purple. HEX triplet: A5, 74 and DB. RGB value is (165,116,219). Sum of RGB (Red+Green+Blue) = 165+116+219=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A574DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574DB is #5A8B24. Grayscale: #8E8E8E. Windows color (decimal): -5933861 or 14382245. OLE color: 14382245.

HSL color Cylindrical-coordinate representation of color #A574DB: hue angle of 268.54º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A574DB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 116 219 -
CMYK 0.25 0.47 0 0.14
HSL 268.54º 0.59% 0.66% -
HSV(B) 268.54º 0.47% 0.86% -
XYZ 34.55 25.6 70.14 -
YUV 142.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 165 116 219 0.25 0.47 0 0.14 268.54 0.59 0.66
Hex A5 74 DB 19 2F 0 E 10D 3B 42
Octal 245 164 333 31 57 0 16 415 73 102
Binary 10100101 1110100 11011011 11001 101111 0 1110 100001101 111011 1000010

Color Harmonies of #A574DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574DB

Black with #A574DB

Text Example


Text Example

White with #A574DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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