Html Css Color HEX #A341CD Dark Orchid

📋 copy color: '#A341CD'

red 163 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #A341CD

Tints of Dark Orchid #A341CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 37.64%
G = 15.01%
B = 47.34%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A341CD (or 0xA341CD) is known color: Dark Orchid. HEX triplet: A3, 41 and CD. RGB value is (163,65,205). Sum of RGB (Red+Green+Blue) = 163+65+205=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A341CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341CD is #5CBE32. Grayscale: #6D6D6D. Windows color (decimal): -6078003 or 13451683. OLE color: 13451683.

HSL color Cylindrical-coordinate representation of color #A341CD: hue angle of 282º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A341CD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 65 205 -
CMYK 0.20 0.68 0 0.20
HSL 282º 0.58% 0.53% -
HSV(B) 282º 0.68% 0.8% -
XYZ 28.01 15.97 59.36 -
YUV 110.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 163 65 205 0.20 0.68 0 0.20 282 0.58 0.53
Hex A3 41 CD 14 44 0 14 11A 3A 35
Octal 243 101 315 24 104 0 24 432 72 65
Binary 10100011 1000001 11001101 10100 1000100 0 10100 100011010 111010 110101

Color Harmonies of #A341CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341CD

Black with #A341CD

Text Example


Text Example

White with #A341CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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