Html Css Color HEX #A119CC Dark Orchid

📋 copy color: '#A119CC'

red 161 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #A119CC

Tints of Dark Orchid #A119CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 41.28%
G = 6.41%
B = 52.31%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A119CC (or 0xA119CC) is known color: Dark Orchid. HEX triplet: A1, 19 and CC. RGB value is (161,25,204). Sum of RGB (Red+Green+Blue) = 161+25+204=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #A119CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119CC is #5EE633. Grayscale: #555555. Windows color (decimal): -6219316 or 13375905. OLE color: 13375905.

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

Color convert

RGB 161 25 204 -
CMYK 0.21 0.88 0 0.2
HSL 285.59º 0.78% 0.45% -
HSV(B) 285.59º 0.88% 0.8% -
XYZ 25.94 12.63 58.2 -
YUV 86.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 161 25 204 0.21 0.88 0 0.2 285.59 0.78 0.45
Hex A1 19 CC 15 58 0 14 11E 4E 2D
Octal 241 31 314 25 130 0 24 436 116 55
Binary 10100001 11001 11001100 10101 1011000 0 10100 100011110 1001110 101101

Color Harmonies of #A119CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119CC

Black with #A119CC

Text Example


Text Example

White with #A119CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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