Html Css Color HEX #A119CA Dark Orchid

📋 copy color: '#A119CA'

red 161 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #A119CA

Tints of Dark Orchid #A119CA

RGB

 RED value IS 161 (63.28% from 255) = 41.49%

 GREEN value IS 25 (10.16% from 255) = 6.44%

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

R = 41.49%
G = 6.44%
B = 52.06%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A119CA (or 0xA119CA) is known color: Dark Orchid. HEX triplet: A1, 19 and CA. RGB value is (161,25,202). Sum of RGB (Red+Green+Blue) = 161+25+202=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #A119CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119CA is #5EE635. Grayscale: #555555. Windows color (decimal): -6219318 or 13244833. OLE color: 13244833.

HSL color Cylindrical-coordinate representation of color #A119CA: hue angle of 286.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A119CA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 25 202 -
CMYK 0.20 0.88 0 0.21
HSL 286.1º 0.78% 0.45% -
HSV(B) 286.1º 0.88% 0.79% -
XYZ 25.71 12.54 56.94 -
YUV 85.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 161 25 202 0.20 0.88 0 0.21 286.1 0.78 0.45
Hex A1 19 CA 14 58 0 15 11E 4E 2D
Octal 241 31 312 24 130 0 25 436 116 55
Binary 10100001 11001 11001010 10100 1011000 0 10101 100011110 1001110 101101

Color Harmonies of #A119CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119CA

Black with #A119CA

Text Example


Text Example

White with #A119CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119CA; }

 p { color: rgb(161,25,202); }

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

background-color css

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

 a { background-color: rgb(161,25,202); }

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

border-color css

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

 span { border-color: rgb(161,25,202); }

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