Html Css Color HEX #A419C9 Dark Orchid

📋 copy color: '#A419C9'

red 164 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #A419C9

Tints of Dark Orchid #A419C9

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

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

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 42.05%
G = 6.41%
B = 51.54%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A419C9 (or 0xA419C9) is known color: Dark Orchid. HEX triplet: A4, 19 and C9. RGB value is (164,25,201). Sum of RGB (Red+Green+Blue) = 164+25+201=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #A419C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419C9 is #5BE636. Grayscale: #565656. Windows color (decimal): -6022711 or 13179300. OLE color: 13179300.

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

Color convert

RGB 164 25 201 -
CMYK 0.18 0.88 0 0.21
HSL 287.39º 0.78% 0.44% -
HSV(B) 287.39º 0.88% 0.79% -
XYZ 26.2 12.8 56.35 -
YUV 86.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 164 25 201 0.18 0.88 0 0.21 287.39 0.78 0.44
Hex A4 19 C9 12 58 0 15 11F 4E 2C
Octal 244 31 311 22 130 0 25 437 116 54
Binary 10100100 11001 11001001 10010 1011000 0 10101 100011111 1001110 101100

Color Harmonies of #A419C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A419C9

Black with #A419C9

Text Example


Text Example

White with #A419C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A419C9; }

 p { color: rgb(164,25,201); }

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

background-color css

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

 a { background-color: rgb(164,25,201); }

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

border-color css

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

 span { border-color: rgb(164,25,201); }

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