Html Css Color HEX #A945DB Medium Orchid

📋 copy color: '#A945DB'

red 169 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #A945DB

Tints of Medium Orchid #A945DB

RGB

 RED value IS 169 (66.41% from 255) = 36.98%

 GREEN value IS 69 (27.34% from 255) = 15.1%

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

R = 36.98%
G = 15.1%
B = 47.92%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A945DB (or 0xA945DB) is known color: Medium Orchid. HEX triplet: A9, 45 and DB. RGB value is (169,69,219). Sum of RGB (Red+Green+Blue) = 169+69+219=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A945DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945DB is #56BA24. Grayscale: #737373. Windows color (decimal): -5683749 or 14370217. OLE color: 14370217.

HSL color Cylindrical-coordinate representation of color #A945DB: hue angle of 280º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A945DB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 69 219 -
CMYK 0.23 0.68 0 0.14
HSL 280º 0.68% 0.56% -
HSV(B) 280º 0.68% 0.86% -
XYZ 31.28 17.81 68.81 -
YUV 116 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 169 69 219 0.23 0.68 0 0.14 280 0.68 0.56
Hex A9 45 DB 17 44 0 E 118 44 38
Octal 251 105 333 27 104 0 16 430 104 70
Binary 10101001 1000101 11011011 10111 1000100 0 1110 100011000 1000100 111000

Color Harmonies of #A945DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A945DB

Black with #A945DB

Text Example


Text Example

White with #A945DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A945DB; }

 p { color: rgb(169,69,219); }

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

background-color css

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

 a { background-color: rgb(169,69,219); }

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

border-color css

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

 span { border-color: rgb(169,69,219); }

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