Html Css Color HEX #A943DB Dark Orchid

📋 copy color: '#A943DB'

red 169 ◦ green 67 ◦ blue 219

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

Shades of Dark Orchid #A943DB

Tints of Dark Orchid #A943DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.73%

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

R = 37.14%
G = 14.73%
B = 48.13%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A943DB (or 0xA943DB) is known color: Dark Orchid. HEX triplet: A9, 43 and DB. RGB value is (169,67,219). Sum of RGB (Red+Green+Blue) = 169+67+219=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A943DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943DB is #56BC24. Grayscale: #727272. Windows color (decimal): -5684261 or 14369705. OLE color: 14369705.

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

Color convert

RGB 169 67 219 -
CMYK 0.23 0.69 0 0.14
HSL 280.26º 0.68% 0.56% -
HSV(B) 280.26º 0.69% 0.86% -
XYZ 31.16 17.56 68.77 -
YUV 114.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 169 67 219 0.23 0.69 0 0.14 280.26 0.68 0.56
Hex A9 43 DB 17 45 0 E 118 44 38
Octal 251 103 333 27 105 0 16 430 104 70
Binary 10101001 1000011 11011011 10111 1000101 0 1110 100011000 1000100 111000

Color Harmonies of #A943DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A943DB

Black with #A943DB

Text Example


Text Example

White with #A943DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A943DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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