Html Css Color HEX #A241C0 Dark Orchid

📋 copy color: '#A241C0'

red 162 ◦ green 65 ◦ blue 192

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

Shades of Dark Orchid #A241C0

Tints of Dark Orchid #A241C0

RGB

 RED value IS 162 (63.67% from 255) = 38.66%

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

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

R = 38.66%
G = 15.51%
B = 45.82%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A241C0 (or 0xA241C0) is known color: Dark Orchid. HEX triplet: A2, 41 and C0. RGB value is (162,65,192). Sum of RGB (Red+Green+Blue) = 162+65+192=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #A241C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241C0 is #5DBE3F. Grayscale: #6C6C6C. Windows color (decimal): -6143552 or 12599714. OLE color: 12599714.

HSL color Cylindrical-coordinate representation of color #A241C0: hue angle of 285.83º 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 #A241C0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 65 192 -
CMYK 0.16 0.66 0 0.25
HSL 285.83º 0.5% 0.5% -
HSV(B) 285.83º 0.66% 0.75% -
XYZ 26.31 15.27 51.43 -
YUV 108.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 162 65 192 0.16 0.66 0 0.25 285.83 0.5 0.5
Hex A2 41 C0 10 42 0 19 11E 32 32
Octal 242 101 300 20 102 0 31 436 62 62
Binary 10100010 1000001 11000000 10000 1000010 0 11001 100011110 110010 110010

Color Harmonies of #A241C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241C0

Black with #A241C0

Text Example


Text Example

White with #A241C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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