Html Css Color HEX #A341C2 Dark Orchid

📋 copy color: '#A341C2'

red 163 ◦ green 65 ◦ blue 194

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

Shades of Dark Orchid #A341C2

Tints of Dark Orchid #A341C2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 38.63%
G = 15.4%
B = 45.97%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A341C2 (or 0xA341C2) is known color: Dark Orchid. HEX triplet: A3, 41 and C2. RGB value is (163,65,194). Sum of RGB (Red+Green+Blue) = 163+65+194=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #A341C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341C2 is #5CBE3D. Grayscale: #6C6C6C. Windows color (decimal): -6078014 or 12730787. OLE color: 12730787.

HSL color Cylindrical-coordinate representation of color #A341C2: hue angle of 285.58º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A341C2 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 65 194 -
CMYK 0.16 0.66 0 0.24
HSL 285.58º 0.51% 0.51% -
HSV(B) 285.58º 0.66% 0.76% -
XYZ 26.73 15.46 52.61 -
YUV 109.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 163 65 194 0.16 0.66 0 0.24 285.58 0.51 0.51
Hex A3 41 C2 10 42 0 18 11E 33 33
Octal 243 101 302 20 102 0 30 436 63 63
Binary 10100011 1000001 11000010 10000 1000010 0 11000 100011110 110011 110011

Color Harmonies of #A341C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341C2

Black with #A341C2

Text Example


Text Example

White with #A341C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341C2; }

 p { color: rgb(163,65,194); }

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

background-color css

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

 a { background-color: rgb(163,65,194); }

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

border-color css

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

 span { border-color: rgb(163,65,194); }

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