Html Css Color HEX #A342DB Dark Orchid

📋 copy color: '#A342DB'

red 163 ◦ green 66 ◦ blue 219

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

Shades of Dark Orchid #A342DB

Tints of Dark Orchid #A342DB

RGB

 RED value IS 163 (64.06% from 255) = 36.38%

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

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

R = 36.38%
G = 14.73%
B = 48.88%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A342DB (or 0xA342DB) is known color: Dark Orchid. HEX triplet: A3, 42 and DB. RGB value is (163,66,219). Sum of RGB (Red+Green+Blue) = 163+66+219=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A342DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342DB is #5CBD24. Grayscale: #6F6F6F. Windows color (decimal): -6077733 or 14369443. OLE color: 14369443.

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

Color convert

RGB 163 66 219 -
CMYK 0.26 0.70 0 0.14
HSL 278.04º 0.68% 0.56% -
HSV(B) 278.04º 0.7% 0.86% -
XYZ 29.84 16.8 68.69 -
YUV 112.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 163 66 219 0.26 0.70 0 0.14 278.04 0.68 0.56
Hex A3 42 DB 1A 46 0 E 116 44 38
Octal 243 102 333 32 106 0 16 426 104 70
Binary 10100011 1000010 11011011 11010 1000110 0 1110 100010110 1000100 111000

Color Harmonies of #A342DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342DB

Black with #A342DB

Text Example


Text Example

White with #A342DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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