Html Css Color HEX #A344E1 Dark Orchid

📋 copy color: '#A344E1'

red 163 ◦ green 68 ◦ blue 225

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

Shades of Dark Orchid #A344E1

Tints of Dark Orchid #A344E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 35.75%
G = 14.91%
B = 49.34%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A344E1 (or 0xA344E1) is known color: Dark Orchid. HEX triplet: A3, 44 and E1. RGB value is (163,68,225). Sum of RGB (Red+Green+Blue) = 163+68+225=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #A344E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344E1 is #5CBB1E. Grayscale: #717171. Windows color (decimal): -6077215 or 14763171. OLE color: 14763171.

HSL color Cylindrical-coordinate representation of color #A344E1: hue angle of 276.31º 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 #A344E1 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 68 225 -
CMYK 0.28 0.70 0 0.12
HSL 276.31º 0.72% 0.57% -
HSV(B) 276.31º 0.7% 0.88% -
XYZ 30.76 17.36 72.96 -
YUV 114.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 163 68 225 0.28 0.70 0 0.12 276.31 0.72 0.57
Hex A3 44 E1 1C 46 0 C 114 48 39
Octal 243 104 341 34 106 0 14 424 110 71
Binary 10100011 1000100 11100001 11100 1000110 0 1100 100010100 1001000 111001

Color Harmonies of #A344E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344E1

Black with #A344E1

Text Example


Text Example

White with #A344E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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