Html Css Color HEX #A628BA Dark Orchid

📋 copy color: '#A628BA'

red 166 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A628BA

Tints of Dark Orchid #A628BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.2%

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

R = 42.35%
G = 10.2%
B = 47.45%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A628BA (or 0xA628BA) is known color: Dark Orchid. HEX triplet: A6, 28 and BA. RGB value is (166,40,186). Sum of RGB (Red+Green+Blue) = 166+40+186=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A628BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628BA is #59D745. Grayscale: #5D5D5D. Windows color (decimal): -5887814 or 12200102. OLE color: 12200102.

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

Color convert

RGB 166 40 186 -
CMYK 0.11 0.78 0 0.27
HSL 291.78º 0.65% 0.44% -
HSV(B) 291.78º 0.78% 0.73% -
XYZ 25.35 13.17 47.66 -
YUV 94.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 166 40 186 0.11 0.78 0 0.27 291.78 0.65 0.44
Hex A6 28 BA B 4E 0 1B 124 41 2C
Octal 246 50 272 13 116 0 33 444 101 54
Binary 10100110 101000 10111010 1011 1001110 0 11011 100100100 1000001 101100

Color Harmonies of #A628BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628BA

Black with #A628BA

Text Example


Text Example

White with #A628BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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