Html Css Color HEX #A639C7 Dark Orchid

📋 copy color: '#A639C7'

red 166 ◦ green 57 ◦ blue 199

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

Shades of Dark Orchid #A639C7

Tints of Dark Orchid #A639C7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.51%

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 39.34%
G = 13.51%
B = 47.16%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A639C7 (or 0xA639C7) is known color: Dark Orchid. HEX triplet: A6, 39 and C7. RGB value is (166,57,199). Sum of RGB (Red+Green+Blue) = 166+57+199=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #A639C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639C7 is #59C638. Grayscale: #696969. Windows color (decimal): -5883449 or 13056422. OLE color: 13056422.

HSL color Cylindrical-coordinate representation of color #A639C7: hue angle of 286.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A639C7 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 57 199 -
CMYK 0.17 0.71 0 0.22
HSL 286.06º 0.56% 0.5% -
HSV(B) 286.06º 0.71% 0.78% -
XYZ 27.5 15.16 55.51 -
YUV 105.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 166 57 199 0.17 0.71 0 0.22 286.06 0.56 0.5
Hex A6 39 C7 11 47 0 16 11E 38 32
Octal 246 71 307 21 107 0 26 436 70 62
Binary 10100110 111001 11000111 10001 1000111 0 10110 100011110 111000 110010

Color Harmonies of #A639C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639C7

Black with #A639C7

Text Example


Text Example

White with #A639C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639C7; }

 p { color: rgb(166,57,199); }

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

background-color css

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

 a { background-color: rgb(166,57,199); }

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

border-color css

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

 span { border-color: rgb(166,57,199); }

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