Html Css Color HEX #A819C0 Dark Orchid

📋 copy color: '#A819C0'

red 168 ◦ green 25 ◦ blue 192

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

Shades of Dark Orchid #A819C0

Tints of Dark Orchid #A819C0

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 43.64%
G = 6.49%
B = 49.87%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A819C0 (or 0xA819C0) is known color: Dark Orchid. HEX triplet: A8, 19 and C0. RGB value is (168,25,192). Sum of RGB (Red+Green+Blue) = 168+25+192=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #A819C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C0 is #57E63F. Grayscale: #565656. Windows color (decimal): -5760576 or 12589480. OLE color: 12589480.

HSL color Cylindrical-coordinate representation of color #A819C0: hue angle of 291.38º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819C0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 25 192 -
CMYK 0.12 0.87 0 0.25
HSL 291.38º 0.77% 0.43% -
HSV(B) 291.38º 0.87% 0.75% -
XYZ 26.01 12.83 50.97 -
YUV 86.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 168 25 192 0.12 0.87 0 0.25 291.38 0.77 0.43
Hex A8 19 C0 C 57 0 19 123 4D 2B
Octal 250 31 300 14 127 0 31 443 115 53
Binary 10101000 11001 11000000 1100 1010111 0 11001 100100011 1001101 101011

Color Harmonies of #A819C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819C0

Black with #A819C0

Text Example


Text Example

White with #A819C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819C0; }

 p { color: rgb(168,25,192); }

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

background-color css

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

 a { background-color: rgb(168,25,192); }

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

border-color css

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

 span { border-color: rgb(168,25,192); }

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