Html Css Color HEX #A628B6 Dark Orchid

📋 copy color: '#A628B6'

red 166 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #A628B6

Tints of Dark Orchid #A628B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.91%

R = 42.78%
G = 10.31%
B = 46.91%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A628B6 (or 0xA628B6) is known color: Dark Orchid. HEX triplet: A6, 28 and B6. RGB value is (166,40,182). Sum of RGB (Red+Green+Blue) = 166+40+182=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #A628B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628B6 is #59D749. Grayscale: #5D5D5D. Windows color (decimal): -5887818 or 11937958. OLE color: 11937958.

HSL color Cylindrical-coordinate representation of color #A628B6: hue angle of 293.24º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A628B6 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 40 182 -
CMYK 0.09 0.78 0 0.29
HSL 293.24º 0.64% 0.44% -
HSV(B) 293.24º 0.78% 0.71% -
XYZ 24.93 13 45.45 -
YUV 93.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 166 40 182 0.09 0.78 0 0.29 293.24 0.64 0.44
Hex A6 28 B6 9 4E 0 1D 125 40 2C
Octal 246 50 266 11 116 0 35 445 100 54
Binary 10100110 101000 10110110 1001 1001110 0 11101 100100101 1000000 101100

Color Harmonies of #A628B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628B6

Black with #A628B6

Text Example


Text Example

White with #A628B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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