Html Css Color HEX #A343D7 Dark Orchid

📋 copy color: '#A343D7'

red 163 ◦ green 67 ◦ blue 215

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

Shades of Dark Orchid #A343D7

Tints of Dark Orchid #A343D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 36.63%
G = 15.06%
B = 48.31%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A343D7 (or 0xA343D7) is known color: Dark Orchid. HEX triplet: A3, 43 and D7. RGB value is (163,67,215). Sum of RGB (Red+Green+Blue) = 163+67+215=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #A343D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343D7 is #5CBC28. Grayscale: #707070. Windows color (decimal): -6077481 or 14107555. OLE color: 14107555.

HSL color Cylindrical-coordinate representation of color #A343D7: hue angle of 278.92º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A343D7 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 67 215 -
CMYK 0.24 0.69 0 0.16
HSL 278.92º 0.65% 0.55% -
HSV(B) 278.92º 0.69% 0.84% -
XYZ 29.38 16.71 65.97 -
YUV 112.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 163 67 215 0.24 0.69 0 0.16 278.92 0.65 0.55
Hex A3 43 D7 18 45 0 10 117 41 37
Octal 243 103 327 30 105 0 20 427 101 67
Binary 10100011 1000011 11010111 11000 1000101 0 10000 100010111 1000001 110111

Color Harmonies of #A343D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A343D7

Black with #A343D7

Text Example


Text Example

White with #A343D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A343D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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