Html Css Color HEX #A341CA Dark Orchid

📋 copy color: '#A341CA'

red 163 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A341CA

Tints of Dark Orchid #A341CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 37.91%
G = 15.12%
B = 46.98%

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

#A341CA (or 0xA341CA) is known color: Dark Orchid. HEX triplet: A3, 41 and CA. RGB value is (163,65,202). Sum of RGB (Red+Green+Blue) = 163+65+202=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A341CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341CA is #5CBE35. Grayscale: #6D6D6D. Windows color (decimal): -6078006 or 13255075. OLE color: 13255075.

HSL color Cylindrical-coordinate representation of color #A341CA: hue angle of 282.92º 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 #A341CA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 65 202 -
CMYK 0.19 0.68 0 0.21
HSL 282.92º 0.56% 0.52% -
HSV(B) 282.92º 0.68% 0.79% -
XYZ 27.66 15.83 57.48 -
YUV 109.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 163 65 202 0.19 0.68 0 0.21 282.92 0.56 0.52
Hex A3 41 CA 13 44 0 15 11B 38 34
Octal 243 101 312 23 104 0 25 433 70 64
Binary 10100011 1000001 11001010 10011 1000100 0 10101 100011011 111000 110100

Color Harmonies of #A341CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341CA

Black with #A341CA

Text Example


Text Example

White with #A341CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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