Html Css Color HEX #A575DB Medium Purple

📋 copy color: '#A575DB'

red 165 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A575DB

Tints of Medium Purple #A575DB

RGB

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

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

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

R = 32.93%
G = 23.35%
B = 43.71%

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

#A575DB (or 0xA575DB) is known color: Medium Purple. HEX triplet: A5, 75 and DB. RGB value is (165,117,219). Sum of RGB (Red+Green+Blue) = 165+117+219=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A575DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575DB is #5A8A24. Grayscale: #8E8E8E. Windows color (decimal): -5933605 or 14382501. OLE color: 14382501.

HSL color Cylindrical-coordinate representation of color #A575DB: hue angle of 268.24º 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 #A575DB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 117 219 -
CMYK 0.25 0.47 0 0.14
HSL 268.24º 0.59% 0.66% -
HSV(B) 268.24º 0.47% 0.86% -
XYZ 34.66 25.84 70.18 -
YUV 142.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 165 117 219 0.25 0.47 0 0.14 268.24 0.59 0.66
Hex A5 75 DB 19 2F 0 E 10C 3B 42
Octal 245 165 333 31 57 0 16 414 73 102
Binary 10100101 1110101 11011011 11001 101111 0 1110 100001100 111011 1000010

Color Harmonies of #A575DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575DB

Black with #A575DB

Text Example


Text Example

White with #A575DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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