Html Css Color HEX #A339BC Dark Orchid

📋 copy color: '#A339BC'

red 163 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #A339BC

Tints of Dark Orchid #A339BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 39.95%
G = 13.97%
B = 46.08%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A339BC (or 0xA339BC) is known color: Dark Orchid. HEX triplet: A3, 39 and BC. RGB value is (163,57,188). Sum of RGB (Red+Green+Blue) = 163+57+188=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #A339BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339BC is #5CC643. Grayscale: #676767. Windows color (decimal): -6080068 or 12335523. OLE color: 12335523.

HSL color Cylindrical-coordinate representation of color #A339BC: hue angle of 288.55º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A339BC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 57 188 -
CMYK 0.13 0.70 0 0.26
HSL 288.55º 0.53% 0.48% -
HSV(B) 288.55º 0.7% 0.74% -
XYZ 25.64 14.34 48.99 -
YUV 103.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 163 57 188 0.13 0.70 0 0.26 288.55 0.53 0.48
Hex A3 39 BC D 46 0 1A 121 35 30
Octal 243 71 274 15 106 0 32 441 65 60
Binary 10100011 111001 10111100 1101 1000110 0 11010 100100001 110101 110000

Color Harmonies of #A339BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A339BC

Black with #A339BC

Text Example


Text Example

White with #A339BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A339BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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