Html Css Color HEX #A841DC Dark Orchid

📋 copy color: '#A841DC'

red 168 ◦ green 65 ◦ blue 220

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

Shades of Dark Orchid #A841DC

Tints of Dark Orchid #A841DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 37.09%
G = 14.35%
B = 48.57%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A841DC (or 0xA841DC) is known color: Dark Orchid. HEX triplet: A8, 41 and DC. RGB value is (168,65,220). Sum of RGB (Red+Green+Blue) = 168+65+220=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #A841DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841DC is #57BE23. Grayscale: #707070. Windows color (decimal): -5750308 or 14434728. OLE color: 14434728.

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

Color convert

RGB 168 65 220 -
CMYK 0.24 0.70 0 0.14
HSL 279.87º 0.69% 0.56% -
HSV(B) 279.87º 0.7% 0.86% -
XYZ 30.96 17.27 69.41 -
YUV 113.47 188.12 166.9 -
System Red Green Blue C M Y K H S L
Decimal 168 65 220 0.24 0.70 0 0.14 279.87 0.69 0.56
Hex A8 41 DC 18 46 0 E 118 45 38
Octal 250 101 334 30 106 0 16 430 105 70
Binary 10101000 1000001 11011100 11000 1000110 0 1110 100011000 1000101 111000

Color Harmonies of #A841DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841DC

Black with #A841DC

Text Example


Text Example

White with #A841DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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