Html Css Color HEX #A639BA Dark Orchid

📋 copy color: '#A639BA'

red 166 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A639BA

Tints of Dark Orchid #A639BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 40.59%
G = 13.94%
B = 45.48%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A639BA (or 0xA639BA) is known color: Dark Orchid. HEX triplet: A6, 39 and BA. RGB value is (166,57,186). Sum of RGB (Red+Green+Blue) = 166+57+186=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A639BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639BA is #59C645. Grayscale: #676767. Windows color (decimal): -5883462 or 12204454. OLE color: 12204454.

HSL color Cylindrical-coordinate representation of color #A639BA: hue angle of 290.7º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A639BA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 57 186 -
CMYK 0.11 0.69 0 0.27
HSL 290.7º 0.53% 0.48% -
HSV(B) 290.7º 0.69% 0.73% -
XYZ 26.05 14.58 47.9 -
YUV 104.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 166 57 186 0.11 0.69 0 0.27 290.7 0.53 0.48
Hex A6 39 BA B 45 0 1B 123 35 30
Octal 246 71 272 13 105 0 33 443 65 60
Binary 10100110 111001 10111010 1011 1000101 0 11011 100100011 110101 110000

Color Harmonies of #A639BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639BA

Black with #A639BA

Text Example


Text Example

White with #A639BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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