Html Css Color HEX #A327B7 Dark Orchid

📋 copy color: '#A327B7'

red 163 ◦ green 39 ◦ blue 183

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

Shades of Dark Orchid #A327B7

Tints of Dark Orchid #A327B7

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.13%

 BLUE value IS 183 (71.88% from 255) = 47.53%

R = 42.34%
G = 10.13%
B = 47.53%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A327B7 (or 0xA327B7) is known color: Dark Orchid. HEX triplet: A3, 27 and B7. RGB value is (163,39,183). Sum of RGB (Red+Green+Blue) = 163+39+183=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #A327B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327B7 is #5CD848. Grayscale: #5C5C5C. Windows color (decimal): -6084681 or 12003235. OLE color: 12003235.

HSL color Cylindrical-coordinate representation of color #A327B7: hue angle of 291.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A327B7 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 39 183 -
CMYK 0.11 0.79 0 0.28
HSL 291.67º 0.65% 0.44% -
HSV(B) 291.67º 0.79% 0.72% -
XYZ 24.38 12.66 45.96 -
YUV 92.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 163 39 183 0.11 0.79 0 0.28 291.67 0.65 0.44
Hex A3 27 B7 B 4F 0 1C 124 41 2C
Octal 243 47 267 13 117 0 34 444 101 54
Binary 10100011 100111 10110111 1011 1001111 0 11100 100100100 1000001 101100

Color Harmonies of #A327B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327B7

Black with #A327B7

Text Example


Text Example

White with #A327B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327B7; }

 p { color: rgb(163,39,183); }

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

background-color css

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

 a { background-color: rgb(163,39,183); }

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

border-color css

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

 span { border-color: rgb(163,39,183); }

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