Html Css Color HEX #A628BC Dark Orchid

📋 copy color: '#A628BC'

red 166 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #A628BC

Tints of Dark Orchid #A628BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 42.13%
G = 10.15%
B = 47.72%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A628BC (or 0xA628BC) is known color: Dark Orchid. HEX triplet: A6, 28 and BC. RGB value is (166,40,188). Sum of RGB (Red+Green+Blue) = 166+40+188=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #A628BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A628BC is #59D743. Grayscale: #5E5E5E. Windows color (decimal): -5887812 or 12331174. OLE color: 12331174.

HSL color Cylindrical-coordinate representation of color #A628BC: hue angle of 291.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A628BC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 40 188 -
CMYK 0.12 0.79 0 0.26
HSL 291.08º 0.65% 0.45% -
HSV(B) 291.08º 0.79% 0.74% -
XYZ 25.56 13.26 48.79 -
YUV 94.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 166 40 188 0.12 0.79 0 0.26 291.08 0.65 0.45
Hex A6 28 BC C 4F 0 1A 123 41 2D
Octal 246 50 274 14 117 0 32 443 101 55
Binary 10100110 101000 10111100 1100 1001111 0 11010 100100011 1000001 101101

Color Harmonies of #A628BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628BC

Black with #A628BC

Text Example


Text Example

White with #A628BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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