Html Css Color HEX #A619CF Dark Orchid

📋 copy color: '#A619CF'

red 166 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #A619CF

Tints of Dark Orchid #A619CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 41.71%
G = 6.28%
B = 52.01%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A619CF (or 0xA619CF) is known color: Dark Orchid. HEX triplet: A6, 19 and CF. RGB value is (166,25,207). Sum of RGB (Red+Green+Blue) = 166+25+207=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A619CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619CF is #59E630. Grayscale: #575757. Windows color (decimal): -5891633 or 13572518. OLE color: 13572518.

HSL color Cylindrical-coordinate representation of color #A619CF: hue angle of 286.48º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A619CF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 25 207 -
CMYK 0.20 0.88 0 0.19
HSL 286.48º 0.78% 0.45% -
HSV(B) 286.48º 0.88% 0.81% -
XYZ 27.34 13.31 60.16 -
YUV 87.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 166 25 207 0.20 0.88 0 0.19 286.48 0.78 0.45
Hex A6 19 CF 14 58 0 13 11E 4E 2D
Octal 246 31 317 24 130 0 23 436 116 55
Binary 10100110 11001 11001111 10100 1011000 0 10011 100011110 1001110 101101

Color Harmonies of #A619CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619CF

Black with #A619CF

Text Example


Text Example

White with #A619CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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