Html Css Color HEX #A344DD Dark Orchid

📋 copy color: '#A344DD'

red 163 ◦ green 68 ◦ blue 221

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

Shades of Dark Orchid #A344DD

Tints of Dark Orchid #A344DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 36.06%
G = 15.04%
B = 48.89%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A344DD (or 0xA344DD) is known color: Dark Orchid. HEX triplet: A3, 44 and DD. RGB value is (163,68,221). Sum of RGB (Red+Green+Blue) = 163+68+221=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A344DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344DD is #5CBB22. Grayscale: #717171. Windows color (decimal): -6077219 or 14501027. OLE color: 14501027.

HSL color Cylindrical-coordinate representation of color #A344DD: hue angle of 277.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A344DD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 68 221 -
CMYK 0.26 0.69 0 0.13
HSL 277.25º 0.69% 0.57% -
HSV(B) 277.25º 0.69% 0.87% -
XYZ 30.22 17.14 70.12 -
YUV 113.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 163 68 221 0.26 0.69 0 0.13 277.25 0.69 0.57
Hex A3 44 DD 1A 45 0 D 115 45 39
Octal 243 104 335 32 105 0 15 425 105 71
Binary 10100011 1000100 11011101 11010 1000101 0 1101 100010101 1000101 111001

Color Harmonies of #A344DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344DD

Black with #A344DD

Text Example


Text Example

White with #A344DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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