Html Css Color HEX #A075DB Medium Purple

📋 copy color: '#A075DB'

red 160 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A075DB

Tints of Medium Purple #A075DB

RGB

 RED value IS 160 (62.89% from 255) = 32.26%

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

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

R = 32.26%
G = 23.59%
B = 44.15%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A075DB (or 0xA075DB) is known color: Medium Purple. HEX triplet: A0, 75 and DB. RGB value is (160,117,219). Sum of RGB (Red+Green+Blue) = 160+117+219=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A075DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075DB is #5F8A24. Grayscale: #8D8D8D. Windows color (decimal): -6261285 or 14382496. OLE color: 14382496.

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

Color convert

RGB 160 117 219 -
CMYK 0.27 0.47 0 0.14
HSL 265.29º 0.59% 0.66% -
HSV(B) 265.29º 0.47% 0.86% -
XYZ 33.64 25.31 70.13 -
YUV 141.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 160 117 219 0.27 0.47 0 0.14 265.29 0.59 0.66
Hex A0 75 DB 1B 2F 0 E 109 3B 42
Octal 240 165 333 33 57 0 16 411 73 102
Binary 10100000 1110101 11011011 11011 101111 0 1110 100001001 111011 1000010

Color Harmonies of #A075DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075DB

Black with #A075DB

Text Example


Text Example

White with #A075DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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