Html Css Color HEX #A375DB Medium Purple

📋 copy color: '#A375DB'

red 163 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A375DB

Tints of Medium Purple #A375DB

RGB

 RED value IS 163 (64.06% from 255) = 32.67%

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

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

R = 32.67%
G = 23.45%
B = 43.89%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A375DB (or 0xA375DB) is known color: Medium Purple. HEX triplet: A3, 75 and DB. RGB value is (163,117,219). Sum of RGB (Red+Green+Blue) = 163+117+219=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A375DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375DB is #5C8A24. Grayscale: #8E8E8E. Windows color (decimal): -6064677 or 14382499. OLE color: 14382499.

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

Color convert

RGB 163 117 219 -
CMYK 0.26 0.47 0 0.14
HSL 267.06º 0.59% 0.66% -
HSV(B) 267.06º 0.47% 0.86% -
XYZ 34.25 25.62 70.16 -
YUV 142.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 163 117 219 0.26 0.47 0 0.14 267.06 0.59 0.66
Hex A3 75 DB 1A 2F 0 E 10B 3B 42
Octal 243 165 333 32 57 0 16 413 73 102
Binary 10100011 1110101 11011011 11010 101111 0 1110 100001011 111011 1000010

Color Harmonies of #A375DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375DB

Black with #A375DB

Text Example


Text Example

White with #A375DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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