Html Css Color HEX #A041CD Dark Orchid

📋 copy color: '#A041CD'

red 160 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #A041CD

Tints of Dark Orchid #A041CD

RGB

 RED value IS 160 (62.89% from 255) = 37.21%

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

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

R = 37.21%
G = 15.12%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A041CD (or 0xA041CD) is known color: Dark Orchid. HEX triplet: A0, 41 and CD. RGB value is (160,65,205). Sum of RGB (Red+Green+Blue) = 160+65+205=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A041CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CD is #5FBE32. Grayscale: #6C6C6C. Windows color (decimal): -6274611 or 13451680. OLE color: 13451680.

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

Color convert

RGB 160 65 205 -
CMYK 0.22 0.68 0 0.20
HSL 280.71º 0.58% 0.53% -
HSV(B) 280.71º 0.68% 0.8% -
XYZ 27.41 15.66 59.34 -
YUV 109.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 160 65 205 0.22 0.68 0 0.20 280.71 0.58 0.53
Hex A0 41 CD 16 44 0 14 119 3A 35
Octal 240 101 315 26 104 0 24 431 72 65
Binary 10100000 1000001 11001101 10110 1000100 0 10100 100011001 111010 110101

Color Harmonies of #A041CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041CD

Black with #A041CD

Text Example


Text Example

White with #A041CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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