Html Css Color HEX #A819B0 Dark Orchid

📋 copy color: '#A819B0'

red 168 ◦ green 25 ◦ blue 176

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

Shades of Dark Orchid #A819B0

Tints of Dark Orchid #A819B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 45.53%
G = 6.78%
B = 47.7%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A819B0 (or 0xA819B0) is known color: Dark Orchid. HEX triplet: A8, 19 and B0. RGB value is (168,25,176). Sum of RGB (Red+Green+Blue) = 168+25+176=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #A819B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A819B0 is #57E64F. Grayscale: #545454. Windows color (decimal): -5760592 or 11540904. OLE color: 11540904.

HSL color Cylindrical-coordinate representation of color #A819B0: hue angle of 296.82º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A819B0 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 25 176 -
CMYK 0.05 0.86 0 0.31
HSL 296.82º 0.75% 0.39% -
HSV(B) 296.82º 0.86% 0.69% -
XYZ 24.33 12.15 42.14 -
YUV 84.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 168 25 176 0.05 0.86 0 0.31 296.82 0.75 0.39
Hex A8 19 B0 5 56 0 1F 129 4B 27
Octal 250 31 260 5 126 0 37 451 113 47
Binary 10101000 11001 10110000 101 1010110 0 11111 100101001 1001011 100111

Color Harmonies of #A819B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819B0

Black with #A819B0

Text Example


Text Example

White with #A819B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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