Html Css Color HEX #A343DA Dark Orchid

📋 copy color: '#A343DA'

red 163 ◦ green 67 ◦ blue 218

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

Shades of Dark Orchid #A343DA

Tints of Dark Orchid #A343DA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.96%

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

R = 36.38%
G = 14.96%
B = 48.66%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A343DA (or 0xA343DA) is known color: Dark Orchid. HEX triplet: A3, 43 and DA. RGB value is (163,67,218). Sum of RGB (Red+Green+Blue) = 163+67+218=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #A343DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343DA is #5CBC25. Grayscale: #707070. Windows color (decimal): -6077478 or 14304163. OLE color: 14304163.

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

Color convert

RGB 163 67 218 -
CMYK 0.25 0.69 0 0.15
HSL 278.15º 0.67% 0.56% -
HSV(B) 278.15º 0.69% 0.85% -
XYZ 29.77 16.86 68.02 -
YUV 112.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 163 67 218 0.25 0.69 0 0.15 278.15 0.67 0.56
Hex A3 43 DA 19 45 0 F 116 43 38
Octal 243 103 332 31 105 0 17 426 103 70
Binary 10100011 1000011 11011010 11001 1000101 0 1111 100010110 1000011 111000

Color Harmonies of #A343DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A343DA

Black with #A343DA

Text Example


Text Example

White with #A343DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A343DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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