Html Css Color HEX #A619D0 Dark Orchid

📋 copy color: '#A619D0'

red 166 ◦ green 25 ◦ blue 208

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

Shades of Dark Orchid #A619D0

Tints of Dark Orchid #A619D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 41.6%
G = 6.27%
B = 52.13%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A619D0 (or 0xA619D0) is known color: Dark Orchid. HEX triplet: A6, 19 and D0. RGB value is (166,25,208). Sum of RGB (Red+Green+Blue) = 166+25+208=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #A619D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619D0 is #59E62F. Grayscale: #575757. Windows color (decimal): -5891632 or 13638054. OLE color: 13638054.

HSL color Cylindrical-coordinate representation of color #A619D0: hue angle of 286.23º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A619D0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 25 208 -
CMYK 0.20 0.88 0 0.18
HSL 286.23º 0.79% 0.46% -
HSV(B) 286.23º 0.88% 0.82% -
XYZ 27.46 13.36 60.81 -
YUV 88.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 166 25 208 0.20 0.88 0 0.18 286.23 0.79 0.46
Hex A6 19 D0 14 58 0 12 11E 4F 2E
Octal 246 31 320 24 130 0 22 436 117 56
Binary 10100110 11001 11010000 10100 1011000 0 10010 100011110 1001111 101110

Color Harmonies of #A619D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619D0

Black with #A619D0

Text Example


Text Example

White with #A619D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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