Html Css Color HEX #A675DB Medium Purple

📋 copy color: '#A675DB'

red 166 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #A675DB

Tints of Medium Purple #A675DB

RGB

 RED value IS 166 (65.23% from 255) = 33.07%

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

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

R = 33.07%
G = 23.31%
B = 43.63%

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

#A675DB (or 0xA675DB) is known color: Medium Purple. HEX triplet: A6, 75 and DB. RGB value is (166,117,219). Sum of RGB (Red+Green+Blue) = 166+117+219=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A675DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675DB is #598A24. Grayscale: #8E8E8E. Windows color (decimal): -5868069 or 14382502. OLE color: 14382502.

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

Color convert

RGB 166 117 219 -
CMYK 0.24 0.47 0 0.14
HSL 268.82º 0.59% 0.66% -
HSV(B) 268.82º 0.47% 0.86% -
XYZ 34.87 25.94 70.19 -
YUV 143.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 166 117 219 0.24 0.47 0 0.14 268.82 0.59 0.66
Hex A6 75 DB 18 2F 0 E 10D 3B 42
Octal 246 165 333 30 57 0 16 415 73 102
Binary 10100110 1110101 11011011 11000 101111 0 1110 100001101 111011 1000010

Color Harmonies of #A675DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675DB

Black with #A675DB

Text Example


Text Example

White with #A675DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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