Html Css Color HEX #A327B5 Dark Orchid

📋 copy color: '#A327B5'

red 163 ◦ green 39 ◦ blue 181

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

Shades of Dark Orchid #A327B5

Tints of Dark Orchid #A327B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 42.56%
G = 10.18%
B = 47.26%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A327B5 (or 0xA327B5) is known color: Dark Orchid. HEX triplet: A3, 27 and B5. RGB value is (163,39,181). Sum of RGB (Red+Green+Blue) = 163+39+181=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #A327B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327B5 is #5CD84A. Grayscale: #5B5B5B. Windows color (decimal): -6084683 or 11872163. OLE color: 11872163.

HSL color Cylindrical-coordinate representation of color #A327B5: hue angle of 292.39º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A327B5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 39 181 -
CMYK 0.10 0.78 0 0.29
HSL 292.39º 0.65% 0.43% -
HSV(B) 292.39º 0.78% 0.71% -
XYZ 24.17 12.57 44.87 -
YUV 92.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 163 39 181 0.10 0.78 0 0.29 292.39 0.65 0.43
Hex A3 27 B5 A 4E 0 1D 124 41 2B
Octal 243 47 265 12 116 0 35 444 101 53
Binary 10100011 100111 10110101 1010 1001110 0 11101 100100100 1000001 101011

Color Harmonies of #A327B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327B5

Black with #A327B5

Text Example


Text Example

White with #A327B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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