Html Css Color HEX #A344DE Dark Orchid

📋 copy color: '#A344DE'

red 163 ◦ green 68 ◦ blue 222

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

Shades of Dark Orchid #A344DE

Tints of Dark Orchid #A344DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 35.98%
G = 15.01%
B = 49.01%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A344DE (or 0xA344DE) is known color: Dark Orchid. HEX triplet: A3, 44 and DE. RGB value is (163,68,222). Sum of RGB (Red+Green+Blue) = 163+68+222=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #A344DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344DE is #5CBB21. Grayscale: #717171. Windows color (decimal): -6077218 or 14566563. OLE color: 14566563.

HSL color Cylindrical-coordinate representation of color #A344DE: hue angle of 277.01º degrees, saturation: 0.7, 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 #A344DE is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 68 222 -
CMYK 0.27 0.69 0 0.13
HSL 277.01º 0.7% 0.57% -
HSV(B) 277.01º 0.69% 0.87% -
XYZ 30.36 17.19 70.83 -
YUV 113.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 163 68 222 0.27 0.69 0 0.13 277.01 0.7 0.57
Hex A3 44 DE 1B 45 0 D 115 46 39
Octal 243 104 336 33 105 0 15 425 106 71
Binary 10100011 1000100 11011110 11011 1000101 0 1101 100010101 1000110 111001

Color Harmonies of #A344DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344DE

Black with #A344DE

Text Example


Text Example

White with #A344DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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