Html Css Color HEX #A327CD Dark Orchid

📋 copy color: '#A327CD'

red 163 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #A327CD

Tints of Dark Orchid #A327CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 40.05%
G = 9.58%
B = 50.37%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A327CD (or 0xA327CD) is known color: Dark Orchid. HEX triplet: A3, 27 and CD. RGB value is (163,39,205). Sum of RGB (Red+Green+Blue) = 163+39+205=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #A327CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327CD is #5CD832. Grayscale: #5E5E5E. Windows color (decimal): -6084659 or 13445027. OLE color: 13445027.

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

Color convert

RGB 163 39 205 -
CMYK 0.20 0.81 0 0.20
HSL 284.82º 0.68% 0.48% -
HSV(B) 284.82º 0.81% 0.8% -
XYZ 26.85 13.65 58.98 -
YUV 95 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 163 39 205 0.20 0.81 0 0.20 284.82 0.68 0.48
Hex A3 27 CD 14 51 0 14 11D 44 30
Octal 243 47 315 24 121 0 24 435 104 60
Binary 10100011 100111 11001101 10100 1010001 0 10100 100011101 1000100 110000

Color Harmonies of #A327CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327CD

Black with #A327CD

Text Example


Text Example

White with #A327CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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