Html Css Color HEX #A841DF Dark Orchid

📋 copy color: '#A841DF'

red 168 ◦ green 65 ◦ blue 223

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

Shades of Dark Orchid #A841DF

Tints of Dark Orchid #A841DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 36.84%
G = 14.25%
B = 48.9%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A841DF (or 0xA841DF) is known color: Dark Orchid. HEX triplet: A8, 41 and DF. RGB value is (168,65,223). Sum of RGB (Red+Green+Blue) = 168+65+223=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A841DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841DF is #57BE20. Grayscale: #717171. Windows color (decimal): -5750305 or 14631336. OLE color: 14631336.

HSL color Cylindrical-coordinate representation of color #A841DF: hue angle of 279.11º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A841DF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 65 223 -
CMYK 0.25 0.71 0 0.13
HSL 279.11º 0.71% 0.56% -
HSV(B) 279.11º 0.71% 0.87% -
XYZ 31.36 17.43 71.52 -
YUV 113.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 168 65 223 0.25 0.71 0 0.13 279.11 0.71 0.56
Hex A8 41 DF 19 47 0 D 117 47 38
Octal 250 101 337 31 107 0 15 427 107 70
Binary 10101000 1000001 11011111 11001 1000111 0 1101 100010111 1000111 111000

Color Harmonies of #A841DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841DF

Black with #A841DF

Text Example


Text Example

White with #A841DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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