Html Css Color HEX #A629BA Dark Orchid

📋 copy color: '#A629BA'

red 166 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #A629BA

Tints of Dark Orchid #A629BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 42.24%
G = 10.43%
B = 47.33%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A629BA (or 0xA629BA) is known color: Dark Orchid. HEX triplet: A6, 29 and BA. RGB value is (166,41,186). Sum of RGB (Red+Green+Blue) = 166+41+186=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A629BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629BA is #59D645. Grayscale: #5E5E5E. Windows color (decimal): -5887558 or 12200358. OLE color: 12200358.

HSL color Cylindrical-coordinate representation of color #A629BA: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A629BA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 41 186 -
CMYK 0.11 0.78 0 0.27
HSL 291.72º 0.64% 0.45% -
HSV(B) 291.72º 0.78% 0.73% -
XYZ 25.38 13.24 47.67 -
YUV 94.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 166 41 186 0.11 0.78 0 0.27 291.72 0.64 0.45
Hex A6 29 BA B 4E 0 1B 124 40 2D
Octal 246 51 272 13 116 0 33 444 100 55
Binary 10100110 101001 10111010 1011 1001110 0 11011 100100100 1000000 101101

Color Harmonies of #A629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629BA

Black with #A629BA

Text Example


Text Example

White with #A629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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