Html Css Color HEX #A340C9 Dark Orchid

📋 copy color: '#A340C9'

red 163 ◦ green 64 ◦ blue 201

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

Shades of Dark Orchid #A340C9

Tints of Dark Orchid #A340C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 38.08%
G = 14.95%
B = 46.96%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A340C9 (or 0xA340C9) is known color: Dark Orchid. HEX triplet: A3, 40 and C9. RGB value is (163,64,201). Sum of RGB (Red+Green+Blue) = 163+64+201=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #A340C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340C9 is #5CBF36. Grayscale: #6C6C6C. Windows color (decimal): -6078263 or 13189283. OLE color: 13189283.

HSL color Cylindrical-coordinate representation of color #A340C9: hue angle of 283.36º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A340C9 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 64 201 -
CMYK 0.19 0.68 0 0.21
HSL 283.36º 0.56% 0.52% -
HSV(B) 283.36º 0.68% 0.79% -
XYZ 27.48 15.67 56.83 -
YUV 109.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 163 64 201 0.19 0.68 0 0.21 283.36 0.56 0.52
Hex A3 40 C9 13 44 0 15 11B 38 34
Octal 243 100 311 23 104 0 25 433 70 64
Binary 10100011 1000000 11001001 10011 1000100 0 10101 100011011 111000 110100

Color Harmonies of #A340C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A340C9

Black with #A340C9

Text Example


Text Example

White with #A340C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A340C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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