Html Css Color HEX #A619B6 Dark Orchid

📋 copy color: '#A619B6'

red 166 ◦ green 25 ◦ blue 182

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

Shades of Dark Orchid #A619B6

Tints of Dark Orchid #A619B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.79%

R = 44.5%
G = 6.7%
B = 48.79%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A619B6 (or 0xA619B6) is known color: Dark Orchid. HEX triplet: A6, 19 and B6. RGB value is (166,25,182). Sum of RGB (Red+Green+Blue) = 166+25+182=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #A619B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619B6 is #59E649. Grayscale: #545454. Windows color (decimal): -5891658 or 11934118. OLE color: 11934118.

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

Color convert

RGB 166 25 182 -
CMYK 0.09 0.86 0 0.29
HSL 293.89º 0.76% 0.41% -
HSV(B) 293.89º 0.86% 0.71% -
XYZ 24.52 12.18 45.31 -
YUV 85.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 166 25 182 0.09 0.86 0 0.29 293.89 0.76 0.41
Hex A6 19 B6 9 56 0 1D 126 4C 29
Octal 246 31 266 11 126 0 35 446 114 51
Binary 10100110 11001 10110110 1001 1010110 0 11101 100100110 1001100 101001

Color Harmonies of #A619B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619B6

Black with #A619B6

Text Example


Text Example

White with #A619B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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