Html Css Color HEX #A342DA Dark Orchid

📋 copy color: '#A342DA'

red 163 ◦ green 66 ◦ blue 218

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

Shades of Dark Orchid #A342DA

Tints of Dark Orchid #A342DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 36.47%
G = 14.77%
B = 48.77%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A342DA (or 0xA342DA) is known color: Dark Orchid. HEX triplet: A3, 42 and DA. RGB value is (163,66,218). Sum of RGB (Red+Green+Blue) = 163+66+218=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A342DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342DA is #5CBD25. Grayscale: #6F6F6F. Windows color (decimal): -6077734 or 14303907. OLE color: 14303907.

HSL color Cylindrical-coordinate representation of color #A342DA: hue angle of 278.29º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A342DA is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 66 218 -
CMYK 0.25 0.70 0 0.15
HSL 278.29º 0.67% 0.56% -
HSV(B) 278.29º 0.7% 0.85% -
XYZ 29.71 16.74 68 -
YUV 112.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 163 66 218 0.25 0.70 0 0.15 278.29 0.67 0.56
Hex A3 42 DA 19 46 0 F 116 43 38
Octal 243 102 332 31 106 0 17 426 103 70
Binary 10100011 1000010 11011010 11001 1000110 0 1111 100010110 1000011 111000

Color Harmonies of #A342DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342DA

Black with #A342DA

Text Example


Text Example

White with #A342DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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