Html Css Color HEX #A327CE Dark Orchid

📋 copy color: '#A327CE'

red 163 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #A327CE

Tints of Dark Orchid #A327CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 39.95%
G = 9.56%
B = 50.49%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A327CE (or 0xA327CE) is known color: Dark Orchid. HEX triplet: A3, 27 and CE. RGB value is (163,39,206). Sum of RGB (Red+Green+Blue) = 163+39+206=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #A327CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327CE is #5CD831. Grayscale: #5E5E5E. Windows color (decimal): -6084658 or 13510563. OLE color: 13510563.

HSL color Cylindrical-coordinate representation of color #A327CE: hue angle of 284.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A327CE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 39 206 -
CMYK 0.21 0.81 0 0.19
HSL 284.55º 0.68% 0.48% -
HSV(B) 284.55º 0.81% 0.81% -
XYZ 26.97 13.69 59.61 -
YUV 95.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 163 39 206 0.21 0.81 0 0.19 284.55 0.68 0.48
Hex A3 27 CE 15 51 0 13 11D 44 30
Octal 243 47 316 25 121 0 23 435 104 60
Binary 10100011 100111 11001110 10101 1010001 0 10011 100011101 1000100 110000

Color Harmonies of #A327CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327CE

Black with #A327CE

Text Example


Text Example

White with #A327CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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