Html Css Color HEX #A344C7 Dark Orchid

📋 copy color: '#A344C7'

red 163 ◦ green 68 ◦ blue 199

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

Shades of Dark Orchid #A344C7

Tints of Dark Orchid #A344C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.28%

R = 37.91%
G = 15.81%
B = 46.28%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A344C7 (or 0xA344C7) is known color: Dark Orchid. HEX triplet: A3, 44 and C7. RGB value is (163,68,199). Sum of RGB (Red+Green+Blue) = 163+68+199=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #A344C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344C7 is #5CBB38. Grayscale: #6E6E6E. Windows color (decimal): -6077241 or 13059235. OLE color: 13059235.

HSL color Cylindrical-coordinate representation of color #A344C7: hue angle of 283.51º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A344C7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 68 199 -
CMYK 0.18 0.66 0 0.22
HSL 283.51º 0.54% 0.52% -
HSV(B) 283.51º 0.66% 0.78% -
XYZ 27.48 16.04 55.68 -
YUV 111.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 163 68 199 0.18 0.66 0 0.22 283.51 0.54 0.52
Hex A3 44 C7 12 42 0 16 11C 36 34
Octal 243 104 307 22 102 0 26 434 66 64
Binary 10100011 1000100 11000111 10010 1000010 0 10110 100011100 110110 110100

Color Harmonies of #A344C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344C7

Black with #A344C7

Text Example


Text Example

White with #A344C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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