Html Css Color HEX #A344E0 Dark Orchid

📋 copy color: '#A344E0'

red 163 ◦ green 68 ◦ blue 224

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

Shades of Dark Orchid #A344E0

Tints of Dark Orchid #A344E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.23%

R = 35.82%
G = 14.95%
B = 49.23%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A344E0 (or 0xA344E0) is known color: Dark Orchid. HEX triplet: A3, 44 and E0. RGB value is (163,68,224). Sum of RGB (Red+Green+Blue) = 163+68+224=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #A344E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344E0 is #5CBB1F. Grayscale: #717171. Windows color (decimal): -6077216 or 14697635. OLE color: 14697635.

HSL color Cylindrical-coordinate representation of color #A344E0: hue angle of 276.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A344E0 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 68 224 -
CMYK 0.27 0.70 0 0.12
HSL 276.54º 0.72% 0.57% -
HSV(B) 276.54º 0.7% 0.88% -
XYZ 30.63 17.3 72.25 -
YUV 114.19 189.97 162.82 -
System Red Green Blue C M Y K H S L
Decimal 163 68 224 0.27 0.70 0 0.12 276.54 0.72 0.57
Hex A3 44 E0 1B 46 0 C 115 48 39
Octal 243 104 340 33 106 0 14 425 110 71
Binary 10100011 1000100 11100000 11011 1000110 0 1100 100010101 1001000 111001

Color Harmonies of #A344E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344E0

Black with #A344E0

Text Example


Text Example

White with #A344E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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