Html Css Color HEX #A843DB Dark Orchid

📋 copy color: '#A843DB'

red 168 ◦ green 67 ◦ blue 219

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

Shades of Dark Orchid #A843DB

Tints of Dark Orchid #A843DB

RGB

 RED value IS 168 (66.02% from 255) = 37%

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

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

R = 37%
G = 14.76%
B = 48.24%

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

#A843DB (or 0xA843DB) is known color: Dark Orchid. HEX triplet: A8, 43 and DB. RGB value is (168,67,219). Sum of RGB (Red+Green+Blue) = 168+67+219=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A843DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843DB is #57BC24. Grayscale: #727272. Windows color (decimal): -5749797 or 14369704. OLE color: 14369704.

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

Color convert

RGB 168 67 219 -
CMYK 0.23 0.69 0 0.14
HSL 279.87º 0.68% 0.56% -
HSV(B) 279.87º 0.69% 0.86% -
XYZ 30.94 17.45 68.76 -
YUV 114.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 168 67 219 0.23 0.69 0 0.14 279.87 0.68 0.56
Hex A8 43 DB 17 45 0 E 118 44 38
Octal 250 103 333 27 105 0 16 430 104 70
Binary 10101000 1000011 11011011 10111 1000101 0 1110 100011000 1000100 111000

Color Harmonies of #A843DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A843DB

Black with #A843DB

Text Example


Text Example

White with #A843DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A843DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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