Html Css Color HEX #A626DA Dark Orchid

📋 copy color: '#A626DA'

red 166 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #A626DA

Tints of Dark Orchid #A626DA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9%

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

R = 39.34%
G = 9%
B = 51.66%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A626DA (or 0xA626DA) is known color: Dark Orchid. HEX triplet: A6, 26 and DA. RGB value is (166,38,218). Sum of RGB (Red+Green+Blue) = 166+38+218=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #A626DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626DA is #59D925. Grayscale: #606060. Windows color (decimal): -5888294 or 14296742. OLE color: 14296742.

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

Color convert

RGB 166 38 218 -
CMYK 0.24 0.83 0 0.15
HSL 282.67º 0.71% 0.5% -
HSV(B) 282.67º 0.83% 0.85% -
XYZ 29.07 14.56 67.61 -
YUV 96.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 166 38 218 0.24 0.83 0 0.15 282.67 0.71 0.5
Hex A6 26 DA 18 53 0 F 11B 47 32
Octal 246 46 332 30 123 0 17 433 107 62
Binary 10100110 100110 11011010 11000 1010011 0 1111 100011011 1000111 110010

Color Harmonies of #A626DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626DA

Black with #A626DA

Text Example


Text Example

White with #A626DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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