Html Css Color HEX #A839BA Dark Orchid

📋 copy color: '#A839BA'

red 168 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A839BA

Tints of Dark Orchid #A839BA

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

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

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

R = 40.88%
G = 13.87%
B = 45.26%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A839BA (or 0xA839BA) is known color: Dark Orchid. HEX triplet: A8, 39 and BA. RGB value is (168,57,186). Sum of RGB (Red+Green+Blue) = 168+57+186=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A839BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839BA is #57C645. Grayscale: #686868. Windows color (decimal): -5752390 or 12204456. OLE color: 12204456.

HSL color Cylindrical-coordinate representation of color #A839BA: hue angle of 291.63º 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 #A839BA is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 57 186 -
CMYK 0.10 0.69 0 0.27
HSL 291.63º 0.53% 0.48% -
HSV(B) 291.63º 0.69% 0.73% -
XYZ 26.47 14.8 47.91 -
YUV 104.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 168 57 186 0.10 0.69 0 0.27 291.63 0.53 0.48
Hex A8 39 BA A 45 0 1B 124 35 30
Octal 250 71 272 12 105 0 33 444 65 60
Binary 10101000 111001 10111010 1010 1000101 0 11011 100100100 110101 110000

Color Harmonies of #A839BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A839BA

Black with #A839BA

Text Example


Text Example

White with #A839BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A839BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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