Html Css Color HEX #A842DB Dark Orchid

📋 copy color: '#A842DB'

red 168 ◦ green 66 ◦ blue 219

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

Shades of Dark Orchid #A842DB

Tints of Dark Orchid #A842DB

RGB

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

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

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

R = 37.09%
G = 14.57%
B = 48.34%

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

#A842DB (or 0xA842DB) is known color: Dark Orchid. HEX triplet: A8, 42 and DB. RGB value is (168,66,219). Sum of RGB (Red+Green+Blue) = 168+66+219=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #A842DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842DB is #57BD24. Grayscale: #717171. Windows color (decimal): -5750053 or 14369448. OLE color: 14369448.

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

Color convert

RGB 168 66 219 -
CMYK 0.23 0.70 0 0.14
HSL 280º 0.68% 0.56% -
HSV(B) 280º 0.7% 0.86% -
XYZ 30.88 17.34 68.74 -
YUV 113.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 168 66 219 0.23 0.70 0 0.14 280 0.68 0.56
Hex A8 42 DB 17 46 0 E 118 44 38
Octal 250 102 333 27 106 0 16 430 104 70
Binary 10101000 1000010 11011011 10111 1000110 0 1110 100011000 1000100 111000

Color Harmonies of #A842DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842DB

Black with #A842DB

Text Example


Text Example

White with #A842DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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