Html Css Color HEX #A344CD Dark Orchid

📋 copy color: '#A344CD'

red 163 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #A344CD

Tints of Dark Orchid #A344CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 37.39%
G = 15.6%
B = 47.02%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A344CD (or 0xA344CD) is known color: Dark Orchid. HEX triplet: A3, 44 and CD. RGB value is (163,68,205). Sum of RGB (Red+Green+Blue) = 163+68+205=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A344CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344CD is #5CBB32. Grayscale: #6F6F6F. Windows color (decimal): -6077235 or 13452451. OLE color: 13452451.

HSL color Cylindrical-coordinate representation of color #A344CD: hue angle of 281.61º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A344CD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 68 205 -
CMYK 0.20 0.67 0 0.20
HSL 281.61º 0.58% 0.54% -
HSV(B) 281.61º 0.67% 0.8% -
XYZ 28.19 16.33 59.42 -
YUV 112.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 163 68 205 0.20 0.67 0 0.20 281.61 0.58 0.54
Hex A3 44 CD 14 43 0 14 11A 3A 36
Octal 243 104 315 24 103 0 24 432 72 66
Binary 10100011 1000100 11001101 10100 1000011 0 10100 100011010 111010 110110

Color Harmonies of #A344CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344CD

Black with #A344CD

Text Example


Text Example

White with #A344CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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