Html Css Color HEX #A419C8 Dark Orchid

📋 copy color: '#A419C8'

red 164 ◦ green 25 ◦ blue 200

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

Shades of Dark Orchid #A419C8

Tints of Dark Orchid #A419C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.41%

R = 42.16%
G = 6.43%
B = 51.41%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A419C8 (or 0xA419C8) is known color: Dark Orchid. HEX triplet: A4, 19 and C8. RGB value is (164,25,200). Sum of RGB (Red+Green+Blue) = 164+25+200=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #A419C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419C8 is #5BE637. Grayscale: #555555. Windows color (decimal): -6022712 or 13113764. OLE color: 13113764.

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

Color convert

RGB 164 25 200 -
CMYK 0.18 0.88 0 0.22
HSL 287.66º 0.78% 0.44% -
HSV(B) 287.66º 0.88% 0.78% -
XYZ 26.08 12.76 55.73 -
YUV 86.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 164 25 200 0.18 0.88 0 0.22 287.66 0.78 0.44
Hex A4 19 C8 12 58 0 16 120 4E 2C
Octal 244 31 310 22 130 0 26 440 116 54
Binary 10100100 11001 11001000 10010 1011000 0 10110 100100000 1001110 101100

Color Harmonies of #A419C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A419C8

Black with #A419C8

Text Example


Text Example

White with #A419C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A419C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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