Html Css Color HEX #A629D2 Dark Orchid

📋 copy color: '#A629D2'

red 166 ◦ green 41 ◦ blue 210

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

Shades of Dark Orchid #A629D2

Tints of Dark Orchid #A629D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.36%

R = 39.81%
G = 9.83%
B = 50.36%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A629D2 (or 0xA629D2) is known color: Dark Orchid. HEX triplet: A6, 29 and D2. RGB value is (166,41,210). Sum of RGB (Red+Green+Blue) = 166+41+210=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #A629D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629D2 is #59D62D. Grayscale: #616161. Windows color (decimal): -5887534 or 13773222. OLE color: 13773222.

HSL color Cylindrical-coordinate representation of color #A629D2: hue angle of 284.38º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A629D2 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 41 210 -
CMYK 0.21 0.80 0 0.18
HSL 284.38º 0.67% 0.49% -
HSV(B) 284.38º 0.8% 0.82% -
XYZ 28.15 14.35 62.26 -
YUV 97.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 166 41 210 0.21 0.80 0 0.18 284.38 0.67 0.49
Hex A6 29 D2 15 50 0 12 11C 43 31
Octal 246 51 322 25 120 0 22 434 103 61
Binary 10100110 101001 11010010 10101 1010000 0 10010 100011100 1000011 110001

Color Harmonies of #A629D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629D2

Black with #A629D2

Text Example


Text Example

White with #A629D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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