Html Css Color HEX #A629DC Dark Orchid

📋 copy color: '#A629DC'

red 166 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #A629DC

Tints of Dark Orchid #A629DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.6%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 38.88%
G = 9.6%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A629DC (or 0xA629DC) is known color: Dark Orchid. HEX triplet: A6, 29 and DC. RGB value is (166,41,220). Sum of RGB (Red+Green+Blue) = 166+41+220=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A629DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629DC is #59D623. Grayscale: #626262. Windows color (decimal): -5887524 or 14428582. OLE color: 14428582.

HSL color Cylindrical-coordinate representation of color #A629DC: hue angle of 281.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A629DC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 41 220 -
CMYK 0.25 0.81 0 0.14
HSL 281.9º 0.72% 0.51% -
HSV(B) 281.9º 0.81% 0.86% -
XYZ 29.44 14.86 69.03 -
YUV 98.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 166 41 220 0.25 0.81 0 0.14 281.9 0.72 0.51
Hex A6 29 DC 19 51 0 E 11A 48 33
Octal 246 51 334 31 121 0 16 432 110 63
Binary 10100110 101001 11011100 11001 1010001 0 1110 100011010 1001000 110011

Color Harmonies of #A629DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629DC

Black with #A629DC

Text Example


Text Example

White with #A629DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629DC; }

 p { color: rgb(166,41,220); }

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

background-color css

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

 a { background-color: rgb(166,41,220); }

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

border-color css

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

 span { border-color: rgb(166,41,220); }

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