Html Css Color HEX #A340C7 Dark Orchid

📋 copy color: '#A340C7'

red 163 ◦ green 64 ◦ blue 199

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

Shades of Dark Orchid #A340C7

Tints of Dark Orchid #A340C7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

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

R = 38.26%
G = 15.02%
B = 46.71%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A340C7 (or 0xA340C7) is known color: Dark Orchid. HEX triplet: A3, 40 and C7. RGB value is (163,64,199). Sum of RGB (Red+Green+Blue) = 163+64+199=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #A340C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340C7 is #5CBF38. Grayscale: #6C6C6C. Windows color (decimal): -6078265 or 13058211. OLE color: 13058211.

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

Color convert

RGB 163 64 199 -
CMYK 0.18 0.68 0 0.22
HSL 284º 0.55% 0.52% -
HSV(B) 284º 0.68% 0.78% -
XYZ 27.25 15.58 55.6 -
YUV 108.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 163 64 199 0.18 0.68 0 0.22 284 0.55 0.52
Hex A3 40 C7 12 44 0 16 11C 37 34
Octal 243 100 307 22 104 0 26 434 67 64
Binary 10100011 1000000 11000111 10010 1000100 0 10110 100011100 110111 110100

Color Harmonies of #A340C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A340C7

Black with #A340C7

Text Example


Text Example

White with #A340C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A340C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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