Html Css Color HEX #A419BC Dark Orchid

📋 copy color: '#A419BC'

red 164 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #A419BC

Tints of Dark Orchid #A419BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 43.5%
G = 6.63%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A419BC (or 0xA419BC) is known color: Dark Orchid. HEX triplet: A4, 19 and BC. RGB value is (164,25,188). Sum of RGB (Red+Green+Blue) = 164+25+188=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #A419BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419BC is #5BE643. Grayscale: #545454. Windows color (decimal): -6022724 or 12327332. OLE color: 12327332.

HSL color Cylindrical-coordinate representation of color #A419BC: hue angle of 291.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A419BC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 25 188 -
CMYK 0.13 0.87 0 0.26
HSL 291.17º 0.77% 0.42% -
HSV(B) 291.17º 0.87% 0.74% -
XYZ 24.73 12.22 48.63 -
YUV 85.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 164 25 188 0.13 0.87 0 0.26 291.17 0.77 0.42
Hex A4 19 BC D 57 0 1A 123 4D 2A
Octal 244 31 274 15 127 0 32 443 115 52
Binary 10100100 11001 10111100 1101 1010111 0 11010 100100011 1001101 101010

Color Harmonies of #A419BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A419BC

Black with #A419BC

Text Example


Text Example

White with #A419BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A419BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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