Html Css Color HEX #A629DA Dark Orchid

📋 copy color: '#A629DA'

red 166 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #A629DA

Tints of Dark Orchid #A629DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 39.06%
G = 9.65%
B = 51.29%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A629DA (or 0xA629DA) is known color: Dark Orchid. HEX triplet: A6, 29 and DA. RGB value is (166,41,218). Sum of RGB (Red+Green+Blue) = 166+41+218=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #A629DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629DA is #59D625. Grayscale: #616161. Windows color (decimal): -5887526 or 14297510. OLE color: 14297510.

HSL color Cylindrical-coordinate representation of color #A629DA: hue angle of 282.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A629DA is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 41 218 -
CMYK 0.24 0.81 0 0.15
HSL 282.37º 0.71% 0.51% -
HSV(B) 282.37º 0.81% 0.85% -
XYZ 29.17 14.75 67.64 -
YUV 98.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 166 41 218 0.24 0.81 0 0.15 282.37 0.71 0.51
Hex A6 29 DA 18 51 0 F 11A 47 33
Octal 246 51 332 30 121 0 17 432 107 63
Binary 10100110 101001 11011010 11000 1010001 0 1111 100011010 1000111 110011

Color Harmonies of #A629DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629DA

Black with #A629DA

Text Example


Text Example

White with #A629DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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