Html Css Color HEX #A627CD Dark Orchid

📋 copy color: '#A627CD'

red 166 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #A627CD

Tints of Dark Orchid #A627CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 40.49%
G = 9.51%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A627CD (or 0xA627CD) is known color: Dark Orchid. HEX triplet: A6, 27 and CD. RGB value is (166,39,205). Sum of RGB (Red+Green+Blue) = 166+39+205=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #A627CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627CD is #59D832. Grayscale: #5F5F5F. Windows color (decimal): -5888051 or 13445030. OLE color: 13445030.

HSL color Cylindrical-coordinate representation of color #A627CD: hue angle of 285.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A627CD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 39 205 -
CMYK 0.19 0.81 0 0.20
HSL 285.9º 0.68% 0.48% -
HSV(B) 285.9º 0.81% 0.8% -
XYZ 27.47 13.97 59.01 -
YUV 95.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 166 39 205 0.19 0.81 0 0.20 285.9 0.68 0.48
Hex A6 27 CD 13 51 0 14 11E 44 30
Octal 246 47 315 23 121 0 24 436 104 60
Binary 10100110 100111 11001101 10011 1010001 0 10100 100011110 1000100 110000

Color Harmonies of #A627CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627CD

Black with #A627CD

Text Example


Text Example

White with #A627CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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