Html Css Color HEX #A543DB Dark Orchid

📋 copy color: '#A543DB'

red 165 ◦ green 67 ◦ blue 219

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

Shades of Dark Orchid #A543DB

Tints of Dark Orchid #A543DB

RGB

 RED value IS 165 (64.84% from 255) = 36.59%

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

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

R = 36.59%
G = 14.86%
B = 48.56%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A543DB (or 0xA543DB) is known color: Dark Orchid. HEX triplet: A5, 43 and DB. RGB value is (165,67,219). Sum of RGB (Red+Green+Blue) = 165+67+219=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A543DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543DB is #5ABC24. Grayscale: #717171. Windows color (decimal): -5946405 or 14369701. OLE color: 14369701.

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

Color convert

RGB 165 67 219 -
CMYK 0.25 0.69 0 0.14
HSL 278.68º 0.68% 0.56% -
HSV(B) 278.68º 0.69% 0.86% -
XYZ 30.31 17.13 68.73 -
YUV 113.63 187.47 164.64 -
System Red Green Blue C M Y K H S L
Decimal 165 67 219 0.25 0.69 0 0.14 278.68 0.68 0.56
Hex A5 43 DB 19 45 0 E 117 44 38
Octal 245 103 333 31 105 0 16 427 104 70
Binary 10100101 1000011 11011011 11001 1000101 0 1110 100010111 1000100 111000

Color Harmonies of #A543DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A543DB

Black with #A543DB

Text Example


Text Example

White with #A543DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A543DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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