Html Css Color HEX #A341C6 Dark Orchid

📋 copy color: '#A341C6'

red 163 ◦ green 65 ◦ blue 198

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

Shades of Dark Orchid #A341C6

Tints of Dark Orchid #A341C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.48%

R = 38.26%
G = 15.26%
B = 46.48%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A341C6 (or 0xA341C6) is known color: Dark Orchid. HEX triplet: A3, 41 and C6. RGB value is (163,65,198). Sum of RGB (Red+Green+Blue) = 163+65+198=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #A341C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341C6 is #5CBE39. Grayscale: #6D6D6D. Windows color (decimal): -6078010 or 12992931. OLE color: 12992931.

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

Color convert

RGB 163 65 198 -
CMYK 0.18 0.67 0 0.22
HSL 284.21º 0.54% 0.52% -
HSV(B) 284.21º 0.67% 0.78% -
XYZ 27.19 15.64 55.01 -
YUV 109.46 177.97 166.19 -
System Red Green Blue C M Y K H S L
Decimal 163 65 198 0.18 0.67 0 0.22 284.21 0.54 0.52
Hex A3 41 C6 12 43 0 16 11C 36 34
Octal 243 101 306 22 103 0 26 434 66 64
Binary 10100011 1000001 11000110 10010 1000011 0 10110 100011100 110110 110100

Color Harmonies of #A341C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341C6

Black with #A341C6

Text Example


Text Example

White with #A341C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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