Html Css Color HEX #A619B4 Dark Orchid

📋 copy color: '#A619B4'

red 166 ◦ green 25 ◦ blue 180

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

Shades of Dark Orchid #A619B4

Tints of Dark Orchid #A619B4

RGB

 RED value IS 166 (65.23% from 255) = 44.74%

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

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 44.74%
G = 6.74%
B = 48.52%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A619B4 (or 0xA619B4) is known color: Dark Orchid. HEX triplet: A6, 19 and B4. RGB value is (166,25,180). Sum of RGB (Red+Green+Blue) = 166+25+180=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #A619B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619B4 is #59E64B. Grayscale: #545454. Windows color (decimal): -5891660 or 11803046. OLE color: 11803046.

HSL color Cylindrical-coordinate representation of color #A619B4: hue angle of 294.58º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A619B4 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 25 180 -
CMYK 0.08 0.86 0 0.29
HSL 294.58º 0.76% 0.4% -
HSV(B) 294.58º 0.86% 0.71% -
XYZ 24.31 12.1 44.23 -
YUV 84.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 166 25 180 0.08 0.86 0 0.29 294.58 0.76 0.4
Hex A6 19 B4 8 56 0 1D 127 4C 28
Octal 246 31 264 10 126 0 35 447 114 50
Binary 10100110 11001 10110100 1000 1010110 0 11101 100100111 1001100 101000

Color Harmonies of #A619B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619B4

Black with #A619B4

Text Example


Text Example

White with #A619B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619B4; }

 p { color: rgb(166,25,180); }

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

background-color css

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

 a { background-color: rgb(166,25,180); }

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

border-color css

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

 span { border-color: rgb(166,25,180); }

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