Html Css Color HEX #A475DB Medium Purple

📋 copy color: '#A475DB'

red 164 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A475DB

Tints of Medium Purple #A475DB

RGB

 RED value IS 164 (64.45% from 255) = 32.8%

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

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

R = 32.8%
G = 23.4%
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

#A475DB (or 0xA475DB) is known color: Medium Purple. HEX triplet: A4, 75 and DB. RGB value is (164,117,219). Sum of RGB (Red+Green+Blue) = 164+117+219=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 117 (46.09% from 255 or 23.4% 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 #A475DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475DB is #5B8A24. Grayscale: #8E8E8E. Windows color (decimal): -5999141 or 14382500. OLE color: 14382500.

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

Color convert

RGB 164 117 219 -
CMYK 0.25 0.47 0 0.14
HSL 267.65º 0.59% 0.66% -
HSV(B) 267.65º 0.47% 0.86% -
XYZ 34.46 25.73 70.17 -
YUV 142.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 164 117 219 0.25 0.47 0 0.14 267.65 0.59 0.66
Hex A4 75 DB 19 2F 0 E 10C 3B 42
Octal 244 165 333 31 57 0 16 414 73 102
Binary 10100100 1110101 11011011 11001 101111 0 1110 100001100 111011 1000010

Color Harmonies of #A475DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475DB

Black with #A475DB

Text Example


Text Example

White with #A475DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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