Html Css Color HEX #A626BA Dark Orchid

📋 copy color: '#A626BA'

red 166 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A626BA

Tints of Dark Orchid #A626BA

RGB

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

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

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

R = 42.56%
G = 9.74%
B = 47.69%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A626BA (or 0xA626BA) is known color: Dark Orchid. HEX triplet: A6, 26 and BA. RGB value is (166,38,186). Sum of RGB (Red+Green+Blue) = 166+38+186=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A626BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626BA is #59D945. Grayscale: #5C5C5C. Windows color (decimal): -5888326 or 12199590. OLE color: 12199590.

HSL color Cylindrical-coordinate representation of color #A626BA: hue angle of 291.89º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A626BA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 38 186 -
CMYK 0.11 0.80 0 0.27
HSL 291.89º 0.66% 0.44% -
HSV(B) 291.89º 0.8% 0.73% -
XYZ 25.28 13.04 47.64 -
YUV 93.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 166 38 186 0.11 0.80 0 0.27 291.89 0.66 0.44
Hex A6 26 BA B 50 0 1B 124 42 2C
Octal 246 46 272 13 120 0 33 444 102 54
Binary 10100110 100110 10111010 1011 1010000 0 11011 100100100 1000010 101100

Color Harmonies of #A626BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626BA

Black with #A626BA

Text Example


Text Example

White with #A626BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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