Html Css Color HEX #A775DB Medium Purple

📋 copy color: '#A775DB'

red 167 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A775DB

Tints of Medium Purple #A775DB

RGB

 RED value IS 167 (65.63% from 255) = 33.2%

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

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

R = 33.2%
G = 23.26%
B = 43.54%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A775DB (or 0xA775DB) is known color: Medium Purple. HEX triplet: A7, 75 and DB. RGB value is (167,117,219). Sum of RGB (Red+Green+Blue) = 167+117+219=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A775DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775DB is #588A24. Grayscale: #8F8F8F. Windows color (decimal): -5802533 or 14382503. OLE color: 14382503.

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

Color convert

RGB 167 117 219 -
CMYK 0.24 0.47 0 0.14
HSL 269.41º 0.59% 0.66% -
HSV(B) 269.41º 0.47% 0.86% -
XYZ 35.08 26.05 70.2 -
YUV 143.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 167 117 219 0.24 0.47 0 0.14 269.41 0.59 0.66
Hex A7 75 DB 18 2F 0 E 10D 3B 42
Octal 247 165 333 30 57 0 16 415 73 102
Binary 10100111 1110101 11011011 11000 101111 0 1110 100001101 111011 1000010

Color Harmonies of #A775DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775DB

Black with #A775DB

Text Example


Text Example

White with #A775DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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