Html Css Color HEX #A842DF Dark Orchid

📋 copy color: '#A842DF'

red 168 ◦ green 66 ◦ blue 223

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

Shades of Dark Orchid #A842DF

Tints of Dark Orchid #A842DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.44%

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

R = 36.76%
G = 14.44%
B = 48.8%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A842DF (or 0xA842DF) is known color: Dark Orchid. HEX triplet: A8, 42 and DF. RGB value is (168,66,223). Sum of RGB (Red+Green+Blue) = 168+66+223=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #A842DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842DF is #57BD20. Grayscale: #717171. Windows color (decimal): -5750049 or 14631592. OLE color: 14631592.

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

Color convert

RGB 168 66 223 -
CMYK 0.25 0.70 0 0.13
HSL 278.98º 0.71% 0.57% -
HSV(B) 278.98º 0.7% 0.87% -
XYZ 31.42 17.55 71.54 -
YUV 114.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 168 66 223 0.25 0.70 0 0.13 278.98 0.71 0.57
Hex A8 42 DF 19 46 0 D 117 47 39
Octal 250 102 337 31 106 0 15 427 107 71
Binary 10101000 1000010 11011111 11001 1000110 0 1101 100010111 1000111 111001

Color Harmonies of #A842DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842DF

Black with #A842DF

Text Example


Text Example

White with #A842DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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