Html Css Color HEX #A041C0 Dark Orchid

📋 copy color: '#A041C0'

red 160 ◦ green 65 ◦ blue 192

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

Shades of Dark Orchid #A041C0

Tints of Dark Orchid #A041C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 38.37%
G = 15.59%
B = 46.04%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A041C0 (or 0xA041C0) is known color: Dark Orchid. HEX triplet: A0, 41 and C0. RGB value is (160,65,192). Sum of RGB (Red+Green+Blue) = 160+65+192=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #A041C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041C0 is #5FBE3F. Grayscale: #6B6B6B. Windows color (decimal): -6274624 or 12599712. OLE color: 12599712.

HSL color Cylindrical-coordinate representation of color #A041C0: hue angle of 284.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A041C0 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 65 192 -
CMYK 0.17 0.66 0 0.25
HSL 284.88º 0.5% 0.5% -
HSV(B) 284.88º 0.66% 0.75% -
XYZ 25.9 15.06 51.41 -
YUV 107.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 160 65 192 0.17 0.66 0 0.25 284.88 0.5 0.5
Hex A0 41 C0 11 42 0 19 11D 32 32
Octal 240 101 300 21 102 0 31 435 62 62
Binary 10100000 1000001 11000000 10001 1000010 0 11001 100011101 110010 110010

Color Harmonies of #A041C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041C0

Black with #A041C0

Text Example


Text Example

White with #A041C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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