Html Css Color HEX #A841DB Dark Orchid

📋 copy color: '#A841DB'

red 168 ◦ green 65 ◦ blue 219

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

Shades of Dark Orchid #A841DB

Tints of Dark Orchid #A841DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.38%

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

R = 37.17%
G = 14.38%
B = 48.45%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A841DB (or 0xA841DB) is known color: Dark Orchid. HEX triplet: A8, 41 and DB. RGB value is (168,65,219). Sum of RGB (Red+Green+Blue) = 168+65+219=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A841DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841DB is #57BE24. Grayscale: #707070. Windows color (decimal): -5750309 or 14369192. OLE color: 14369192.

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

Color convert

RGB 168 65 219 -
CMYK 0.23 0.70 0 0.14
HSL 280.13º 0.68% 0.56% -
HSV(B) 280.13º 0.7% 0.86% -
XYZ 30.82 17.22 68.72 -
YUV 113.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 168 65 219 0.23 0.70 0 0.14 280.13 0.68 0.56
Hex A8 41 DB 17 46 0 E 118 44 38
Octal 250 101 333 27 106 0 16 430 104 70
Binary 10101000 1000001 11011011 10111 1000110 0 1110 100011000 1000100 111000

Color Harmonies of #A841DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841DB

Black with #A841DB

Text Example


Text Example

White with #A841DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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