Html Css Color HEX #A629BC Dark Orchid

📋 copy color: '#A629BC'

red 166 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #A629BC

Tints of Dark Orchid #A629BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 42.03%
G = 10.38%
B = 47.59%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A629BC (or 0xA629BC) is known color: Dark Orchid. HEX triplet: A6, 29 and BC. RGB value is (166,41,188). Sum of RGB (Red+Green+Blue) = 166+41+188=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #A629BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629BC is #59D643. Grayscale: #5E5E5E. Windows color (decimal): -5887556 or 12331430. OLE color: 12331430.

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

Color convert

RGB 166 41 188 -
CMYK 0.12 0.78 0 0.26
HSL 291.02º 0.64% 0.45% -
HSV(B) 291.02º 0.78% 0.74% -
XYZ 25.6 13.32 48.8 -
YUV 95.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 166 41 188 0.12 0.78 0 0.26 291.02 0.64 0.45
Hex A6 29 BC C 4E 0 1A 123 40 2D
Octal 246 51 274 14 116 0 32 443 100 55
Binary 10100110 101001 10111100 1100 1001110 0 11010 100100011 1000000 101101

Color Harmonies of #A629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629BC

Black with #A629BC

Text Example


Text Example

White with #A629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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