Html Css Color HEX #A619B5 Dark Orchid

📋 copy color: '#A619B5'

red 166 ◦ green 25 ◦ blue 181

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

Shades of Dark Orchid #A619B5

Tints of Dark Orchid #A619B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 44.62%
G = 6.72%
B = 48.66%

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

#A619B5 (or 0xA619B5) is known color: Dark Orchid. HEX triplet: A6, 19 and B5. RGB value is (166,25,181). Sum of RGB (Red+Green+Blue) = 166+25+181=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #A619B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619B5 is #59E64A. Grayscale: #545454. Windows color (decimal): -5891659 or 11868582. OLE color: 11868582.

HSL color Cylindrical-coordinate representation of color #A619B5: hue angle of 294.23º 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 #A619B5 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 25 181 -
CMYK 0.08 0.86 0 0.29
HSL 294.23º 0.76% 0.4% -
HSV(B) 294.23º 0.86% 0.71% -
XYZ 24.41 12.14 44.77 -
YUV 84.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 166 25 181 0.08 0.86 0 0.29 294.23 0.76 0.4
Hex A6 19 B5 8 56 0 1D 126 4C 28
Octal 246 31 265 10 126 0 35 446 114 50
Binary 10100110 11001 10110101 1000 1010110 0 11101 100100110 1001100 101000

Color Harmonies of #A619B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619B5

Black with #A619B5

Text Example


Text Example

White with #A619B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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