Html Css Color HEX #A344D6 Dark Orchid

📋 copy color: '#A344D6'

red 163 ◦ green 68 ◦ blue 214

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

Shades of Dark Orchid #A344D6

Tints of Dark Orchid #A344D6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 36.63%
G = 15.28%
B = 48.09%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A344D6 (or 0xA344D6) is known color: Dark Orchid. HEX triplet: A3, 44 and D6. RGB value is (163,68,214). Sum of RGB (Red+Green+Blue) = 163+68+214=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #A344D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344D6 is #5CBB29. Grayscale: #707070. Windows color (decimal): -6077226 or 14042275. OLE color: 14042275.

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

Color convert

RGB 163 68 214 -
CMYK 0.24 0.68 0 0.16
HSL 279.04º 0.64% 0.55% -
HSV(B) 279.04º 0.68% 0.84% -
XYZ 29.31 16.78 65.31 -
YUV 113.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 163 68 214 0.24 0.68 0 0.16 279.04 0.64 0.55
Hex A3 44 D6 18 44 0 10 117 40 37
Octal 243 104 326 30 104 0 20 427 100 67
Binary 10100011 1000100 11010110 11000 1000100 0 10000 100010111 1000000 110111

Color Harmonies of #A344D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344D6

Black with #A344D6

Text Example


Text Example

White with #A344D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344D6; }

 p { color: rgb(163,68,214); }

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

background-color css

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

 a { background-color: rgb(163,68,214); }

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

border-color css

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

 span { border-color: rgb(163,68,214); }

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