Html Css Color HEX #A339BA Dark Orchid

📋 copy color: '#A339BA'

red 163 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A339BA

Tints of Dark Orchid #A339BA

RGB

 RED value IS 163 (64.06% from 255) = 40.15%

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

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

R = 40.15%
G = 14.04%
B = 45.81%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A339BA (or 0xA339BA) is known color: Dark Orchid. HEX triplet: A3, 39 and BA. RGB value is (163,57,186). Sum of RGB (Red+Green+Blue) = 163+57+186=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A339BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339BA is #5CC645. Grayscale: #666666. Windows color (decimal): -6080070 or 12204451. OLE color: 12204451.

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

Color convert

RGB 163 57 186 -
CMYK 0.12 0.69 0 0.27
HSL 289.3º 0.53% 0.48% -
HSV(B) 289.3º 0.69% 0.73% -
XYZ 25.43 14.26 47.87 -
YUV 103.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 163 57 186 0.12 0.69 0 0.27 289.3 0.53 0.48
Hex A3 39 BA C 45 0 1B 121 35 30
Octal 243 71 272 14 105 0 33 441 65 60
Binary 10100011 111001 10111010 1100 1000101 0 11011 100100001 110101 110000

Color Harmonies of #A339BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A339BA

Black with #A339BA

Text Example


Text Example

White with #A339BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A339BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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