Html Css Color HEX #A627BC Dark Orchid

📋 copy color: '#A627BC'

red 166 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #A627BC

Tints of Dark Orchid #A627BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.92%

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

R = 42.24%
G = 9.92%
B = 47.84%

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

#A627BC (or 0xA627BC) is known color: Dark Orchid. HEX triplet: A6, 27 and BC. RGB value is (166,39,188). Sum of RGB (Red+Green+Blue) = 166+39+188=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #A627BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627BC is #59D843. Grayscale: #5D5D5D. Windows color (decimal): -5888068 or 12330918. OLE color: 12330918.

HSL color Cylindrical-coordinate representation of color #A627BC: hue angle of 291.14º degrees, saturation: 0.66, 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 #A627BC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 39 188 -
CMYK 0.12 0.79 0 0.26
HSL 291.14º 0.66% 0.45% -
HSV(B) 291.14º 0.79% 0.74% -
XYZ 25.53 13.19 48.78 -
YUV 93.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 166 39 188 0.12 0.79 0 0.26 291.14 0.66 0.45
Hex A6 27 BC C 4F 0 1A 123 42 2D
Octal 246 47 274 14 117 0 32 443 102 55
Binary 10100110 100111 10111100 1100 1001111 0 11010 100100011 1000010 101101

Color Harmonies of #A627BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627BC

Black with #A627BC

Text Example


Text Example

White with #A627BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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